问题
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