Get a list of pages a user has in Facebook with Graph API -


i expected find thing in graph api:

https://graph.facebook.com/pages 

could not find that.

is possible list of pages user has/is admin of?

https://developers.facebook.com/docs/graph-api/reference/v2.3/user/accounts

authorize manage_pages , call /me/accounts list of managed pages.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -