Android Facebook wall post - publish_action permission not authorized

我怕爱的太早我们不能终老 提交于 2019-12-22 11:44:53

问题


I am currently developing an application where I just need to post the message on Facebook user's timeline saying that " I am currently using X application and you can download it from ".

Now for this I need the Facebook permission which is "publish_actions".

When I try to open an authorize dialog with this permission, I am having the following error, so now user is not even asked for the publish_actions permission, and so I am not being able to post any message on the user's wall.

I am right now using the application id of the test app that I have created of my real application registered on Facebook. Also when I try the Application id of real application, I am getting the same error.

Can anyone tell me why this error is coming? Do I need to submit my application first to Facebook or what else?


回答1:


See https://developers.facebook.com/docs/facebook-login/permissions/v2.0#review

If you request publish_actions, you need to submit your app for review.



来源:https://stackoverflow.com/questions/23540439/android-facebook-wall-post-publish-action-permission-not-authorized

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