show_2083
show_2083

Reputation: 79

Page access token cannot be obtained

On the facebook developer page, I went to the Graph API Explorer page. Then, when I clicked on get page access token in User or Page, a modal appeared and the following error message was displayed.

Invalid Scopes: manage_pages, pages_show_list. 
This message is only shown to developers. 
Users of your app will ignore these permissions if present. 
Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions

enter image description here

How do I get page access token permissions? I am also going to contact facebook developer support directly via email. I couldn`t find the address, but if anyone knows the address, please let me know. (I am unable to post questions to the facebook developer community due to permissions.)

Best regards.

Upvotes: 0

Views: 36

Answers (1)

Harish Pant
Harish Pant

Reputation: 1

I think "manage_pages" scope is not available on the updated developer api. Please use the correct scope/permission you want to use in your project. For reference please visit: Facebook Developer API Permissions

Upvotes: 0

Related Questions