Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Manage Pages permission to a particular facebook page or app?

Is it possible to get permission to access particular page/app using Manage Pages Permissions?

Ex: A third party application requires access to a user's page. Using "Manage_Pages" gives access to all the pages and apps that user has created/installed. How can I just ask Mange_Pages permission for particular page?

Below related questions found on SO but none of them gave the answer.

  1. how to set manage_pages permission to a particular facebook page?
  2. Facebook api: show dialog window for the user select page (manage_pages extendend perm)
like image 364
MNVR Avatar asked May 29 '12 14:05

MNVR


1 Answers

This isn't possible with the API. You can control the scope of your changes to just one page client-side, but there's no way to get a list of pages without manage_pages permission. Once you have the permission, you can use the page access token to make changes to individual pages. See the accounts connection under Users for more info https://developers.facebook.com/docs/reference/api/user/

like image 196
Connor Treacy Avatar answered Oct 20 '22 03:10

Connor Treacy