Facebook API Error: "User does not have sufficient administrative permission for this action on this page."
10:27 06 Oct 2016

I'm using a Facebook app (in development mode) to generate a page access token so that my personal web app can schedule/edit/delete posts on a Facebook fan page.

I'm using the Graph Explorer to generate the token while logged in as the admin of the fan page.

When I use that token, I'm able to GET a list of the scheduled posts, but whenever I try to edit or delete a post, I get this error:

"User does not have sufficient administrative permission for this action on this page."

Here is the debug of the token:

enter image description here

Any ideas on how to fix this?

facebook facebook-graph-api