Can't post to owned FB Page with App in Developer mode using API

自古美人都是妖i 提交于 2020-01-16 10:08:13

问题


I get the following error trying to post to a page I own using FB Graph API.

If posting to a group, requires app being installed in the group, and either publish_to_groups permission with user token, or both manage_pages and publish_pages permission with page token; If posting to a page, requires both manage_pages and publish_pages as an admin with sufficient administrative permission The app is in developer mode could still post to pages the app owner owns. This should work.

Anything else I've missed? I understand for Production purposes I'll need the app to be verified, but I am not at that point yet, So, is there something else I could have missed?

I have the required permissions: This is taken directly from my profile under my account for this specific app (business integration). I have tested other operations such as GET queries to get the feed for the same page, and that works. I just can't post new statuses, and there is no explanation as to why as the permissions seem fine. What else did I miss?

来源:https://stackoverflow.com/questions/59586901/cant-post-to-owned-fb-page-with-app-in-developer-mode-using-api

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