Facebook returning error '(#200) Requires extended permission: publish_actions' even after getting 'publish actions' permission approved

被刻印的时光 ゝ 提交于 2020-01-13 16:25:10

问题


Hi I got 'publish_actions' permission approved for my Facebook App.

But when any user accessing this app, it is not prompting for 'post on your behalf on Facebook' permission. Unless this when any user try to comment on Facebook using this app, Facebook returns error stating:

'(#200) Requires extended permission: publish_actions' OR 'The remote server returned an error: (403) Forbidden'.

Can any one please help me in this? Thanks in advance.


回答1:


This error is thrown when you are using publish_actions permission without review. For testing purpose you can always make a test user in Roles column of MyApp in developers.facebook.com and then use it..




回答2:


Did you log the user in and ask for the publish_actions permission? If so can you provide the code you used for login and for sending the graph request?

The information in https://developers.facebook.com/docs/facebook-login/ios/permissions might be helpful



来源:https://stackoverflow.com/questions/29278233/facebook-returning-error-200-requires-extended-permission-publish-actions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!