Search code examples
facebookfacebook-graph-apifacebook-permissions

Cannot grant permissions when facebook desktop app perform login process


I'm newbie in facebook api. I follow this docs https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/v2.3

when I pass this link https://www.facebook.com/dialog/oauth?app_id=617640518361609&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=manage_pages,publish_pages to webview

and login with a facebook account, it's not grant manage_pages and publish_pages to my app, just public_profie enter image description here

where am I wrong?


Solution

  • Here:

    Which Permissions Require Review?

    • Review is not required to ask for the three basic permissions: public_profile, user_friends and email.
    • Review is required to ask for any other permissions when people log into your app

    If you're using a admin/developer/tester user of your app, you should be able to request the permissions anyway.