admin管理员组文章数量:1435289
I'm trying to subscribe to a webhook for a Facebook Page using my Facebook App, but I'm encountering the following error:
{
"error": {
"message": "(#200) User does not have sufficient administrative permission for this action on this page. If the page business requires Two Factor Authentication, the user also needs to enable Two Factor Authentication.",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "AL8xntMekDRZFSc5PBI8ct8"
}
}
Here’s what I’ve done so far:
- I added my Facebook account as a role (Admin) in the Facebook App through the developer dashboard.
- Logged into my Facebook account and successfully retrieved the Page Access Token.
- Verified that I have full admin access to the Facebook Page.
- However, when I try to subscribe to the webhook, I get the error above.
Other details:
- Two-Factor Authentication (2FA) enabled for the page or my account.
- My Facebook App is in development mode.
What could be causing this issue, and how can I resolve it?
本文标签: Unable to Subscribe to Facebook Page WebhookStack Overflow
版权声明:本文标题:Unable to Subscribe to Facebook Page Webhook: - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745651164a2668439.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论