Question

I want to get the photographs from a Facebook page via my Facebook app, where the current subscribed user of my app is an admin of that page. I already have the manage_pages permission from the subscribed user in my app.

Help will be appreciated.

Was it helpful?

Solution

You can get the user pages using-

"/me/accounts"

Then for any PAGE you can query following using the page access token which you received from the above call-

"/PAGE_ID/photos"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top