i need get all photos shared by fans in my facebook page fan. I can do?
I try using api graph but i see only album shared by me.
https://graph.facebook.com/inpesca/albums/
Thanks for your help.
|
i need get all photos shared by fans in my facebook page fan. I can do? I try using api graph but i see only album shared by me. https://graph.facebook.com/inpesca/albums/ Thanks for your help. |
|||
|
|
|
You can use a filter to get at some specific types of posts on a wall:
See "Searching" in the Graph API Reference. However, you can not use
To get at the actual picture, access the
If you look at the URL this points to, it most likely ends with
Or use your programming language's HTTP client library to download it. |
|||||||||
|