问题描述
我与一个Web应用程序一起工作,该应用程序要求用户获得代表其发布的权限.为此,我们调用FB登录窗口( https://www.facebook.com/v2.10/dialog/oauth )以请求权限.我们在范围内请求的权限是:
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:
我们已启用https,并且正在使用API和对话框的非弃用版本.
We have enabled https and we are using non-deprecated versions of the API and dialogue.
我该如何解决这个问题?
How can I solve this problem?
推荐答案
这是pages_messaging权限,Facebook目前不允许.请暂时将其删除,直到Facebook更新.
It's pages_messaging permission, Facebook not allow it at this time. Please remove it for now until Facebook update.
这篇关于平台访问权限已禁用:由于Facebook平台的更改,访问权限暂时被禁用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!