Reputation: 2153
For my personal account on Facebook, I asked for the following permissions as scopes: publish_actions, manage_pages, publish_pages.
When I publish from the site I develop a lambda publication:
POST https://graph.facebook.com/v3.0/me/feed
{
"message": "Lorem ipsum dolor sit amet",
"link": "https://www.google.fr/"
}
I receive this error:
Requires either publish_actions permission, or manage_pages and publish_pages as an admin with sufficient administrative permission
However, it seems to me that it is possible not to submit requests for permissions when it comes to the administrator account that has the Facebook application.
Upvotes: 3
Views: 1285
Reputation: 2153
With the Graph API 3.0 release this permission disappeared from the Graph API Explorer and the permission documentation.
Upvotes: 0