facebook graph api photos retrieve
I would like to know how I can retrieve all photos of a page in facebook. I have tried
- https://graph.facebook.com/(page name here)/albums?access_token=(token key here)
- https://graph.fa开发者_JAVA技巧cebook.com/(page name )/photos?access_token=
But 2. brings only photos that are under profile pictures I want all pictures of that page.
You will need to use a "page access token" rather than a "user access token". See "Page login" section of https://developers.facebook.com/docs/authentication/
精彩评论