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

jeudyx picture jeudyx · Mar 27, 2018 · Viewed 11.1k times · Source

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?

Answer

boygiandi picture boygiandi · Mar 27, 2018

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