wanting252
wanting252

Reputation: 1139

Do I need Facebook publish_actions approved before publishing?


I try to implement facebook login and data posted to timeline(I'd like to allow user to share app screenshots on his Facebook News Feed).
Everything works ok with developer account, but not for normal account: the access token only contains basic_info(read permission), publish_actions not work at all, though the open session callback return success!.
I heard that now facebook publish_actions need to be approved before working, is this correct?

Upvotes: 2

Views: 3830

Answers (2)

Kamran Akhtar
Kamran Akhtar

Reputation: 21

yes you need to approve the permission, you can read further here https://developers.facebook.com/docs/facebook-login/permissions/overview

Upvotes: 0

Tobi
Tobi

Reputation: 31479

Yes, this is the case if you use an app which was created after April 30th, 2014. Have a look at the Facebook Login Review FAQs to get an idea of the review process.

Upvotes: 3

Related Questions