I use the Facebook application (in development mode) to create a page access token so that my personal web application can plan / edit / delete messages on the Facebook fan page.
I use Graph Explorer to generate a marker at login time as the admin page of a fan.
When I use this token, I can GET a list of scheduled messages, but whenever I try to edit or delete a message, I get this error:
"The user does not have sufficient administrative permission for this action on this page."
Here is the token debugging:

Any ideas on how to fix this?
facebook facebook-graph-api
jetlej
source share