Testing publish_actions on Facebook

How to set up a Facebook app to check publish_actions?

Are 'publish_actions' extended permissions available for testing?

How can I request "publish_actions" permission?

The above two questions are identical, but the answers are outdated; all of them are from the beta version of the Open Graph API and the introduction of the "publish_actions" permission.

+6
source share
1 answer

Permissions are added with the login code using the scope parameter. Details here

After adding permission, the administrator / developers / testers of the application can test your application and post messages; while the application is in development mode.

When your application is ready to send your application to view the login . After they approve your application with this permission, you can make your application publicly available, and anyone can post a message using your application. What is it.

0
source

Source: https://habr.com/ru/post/971815/


All Articles