Getting warning while creating a page access token

2019-07-10 01:52发布

问题:

When I try to get a page_access token with 'manage_pages' permission, i get following warning

The following permissions have not been approved for use: manage_pages. If you make your app public, they will not be shown to people using your app. Submit them for review or learn more.

I am the admin of this facebook page.

Trying to retrieve My Fanpage's reviews in my website, through php sdk v4.

回答1:

From v2.0 onwards, the permissions other than public_profile, email and the user_friends need to the submitted for review before you can make your app live; else you wont be able to use them. Only the testers/admin/developers of the app will be able to test with those permissions until the permissions are reviewed.

If you want to skip the review process, you can keep your app in the dev mode and use the page access token that will never expire. To generate such token , see the steps mentioned here.