I\'m using the graph api.
I have a logged in user, and want to get back a list of page ids of all the pages that the user is an admin of.
Is there a way of d
You can also use "pages_show_list" permission, if you want only the list of facebook pages the user is admin of.
The "manage_pages" permission will ask the user permission to manage his pages, which can be too intrusive depending on what you need it for.