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