Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing "publish_actions" in Facebook app

How do I configure my Facebook app so that I can test "publish_actions"?

Is 'publish_actions' extended permissions available for testing?

How can I request the "publish_actions" permission?

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

like image 276
Code-Apprentice Avatar asked Jul 06 '14 04:07

Code-Apprentice


1 Answers

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

After adding the permission the admin/developers/testers of the app can test your application and publish posts; while app is in development mode.

When your app is ready submit your app for the login review. After they approve your app with this permission, you can make your app public and everybody can publish post using your app. That's it.

like image 147
Sahil Mittal Avatar answered Oct 17 '22 11:10

Sahil Mittal