fortran
fortran

Reputation: 76077

Facebook Graph API: manage app roles

I want to manage Facebook app roles using the graph API, basically to add another admins programmatically.

I'm experimenting with the open graph explorer right now, with a manage_pages permission (there is not manage_apps, so I guess that this is the appropriate one), with the account that created that app (and its sole admin for now), but I get the following error: (#100) Only the owner of the app may perform this operation.

graph explorer output

Any idea of what might be going on here? Because after the feature to use groups for roles was deprecated, I start feeling like Facebook actively wants to difficult any cooperative app management...

Upvotes: 3

Views: 721

Answers (1)

fortran
fortran

Reputation: 76077

I realized that the user access token has to be generated for the app that you are trying to manage rather than for the Graph Explorer app (application drop down on the top).

Upvotes: 1

Related Questions