Lucca Bibar
Lucca Bibar

Reputation: 181

Graph API error #200 even with correct permissions

I'm setting up a bot to auto-post on a facebook page. But when i run the script, the graph API throws the following error:

Graph returned an error: (#200) Requires either publish_to_groups permission and app being installed in the group, or manage_pages and publish_pages as an admin with sufficient administrative permission

but in the app's permissions, both manage_pages and publish_pages are marked as allowed, as well as the user (who is also the owner of the page) is setup as app admin.

i know this is (or, at least, was) a know issue but i've found no answer whatsoever.

is there any way to solve/work arround it?

Upvotes: 15

Views: 21508

Answers (2)

Sanjay
Sanjay

Reputation: 1

Enable two factor authentication (mobile otp based) in your accounts .. then it will work fine

Upvotes: 0

andyrandy
andyrandy

Reputation: 73984

Upvotes: 21

Related Questions