Search code examples
androidfacebookfacebook-graph-apifacebook-sdk-3.0

Facebook application permissions issue


I have Facebook application with publish_actions and user_photos permissions. Those permissions are verified by Facebook and I see them as verified on the application management (status and review), but when I am debugging my application, I don't see the publish_actions permission on the session object. I am using Facebook SDK 3.0.2. Am I missing something?

Thanks


Solution

  • That the permissions have been approved by Facebook just means that you can ask for them. You still have to ask the user if they want to give you that permission. And the user can choose not to give you permission to it.