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.

有帮助吗?

解决方案

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"
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top