Platform Access Disabled: Access temporarily disabled due to changes to the Facebook Platform

霸气de小男生 提交于 2019-11-29 11:36:05

问题


I work with a web app that asks users for permissions to post on their behalf. For this, we call the FB login window (https://www.facebook.com/v2.10/dialog/oauth) to ask for the permissions. The permissions we request in the scope are:

scope: 'public_profile, user_friends, read_insights, manage_pages, publish_actions, pages_manage_instant_articles, pages_messaging, publish_pages, ads_read, ads_management'

everything has been working fine until today when we started getting this error:

Platform Access Disabled: Access temporarily disabled due to changes to the Facebook Platform

We have enabled https and we are using non-deprecated versions of the API and dialogue.

How can I solve this problem?


回答1:


It's pages_messaging permission, Facebook not allow it at this time. Please remove it for now until Facebook update.




回答2:


You need a Login Review in your app for use 'user_friends' permission

https://developers.facebook.com/blog/post/2018/03/26/facebook-platform-changes/




回答3:


Please wait for Facebook developer team update on the below issue.

https://developers.facebook.com/status/issues/104197713763517/ https://messenger.fb.com/newsroom/messenger-platform-changes-in-development/



来源:https://stackoverflow.com/questions/49520918/platform-access-disabled-access-temporarily-disabled-due-to-changes-to-the-face

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