Getting warning while creating a page access token with 'manage_pages' permission

冷暖自知 提交于 2019-12-11 03:45:28

问题


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.



来源:https://stackoverflow.com/questions/24491553/getting-warning-while-creating-a-page-access-token-with-manage-pages-permissio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!