Question

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

Was it helpful?

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.

OTHER TIPS

As per Facebook V2.0 you need to create test application of your main application and add some test user and tester for check facebook API V2.0

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top