Hi
I am administrator of a Facebook Fan Page and i want to make an application that moves (or copies) photos uploaded by my page's fans to another page's album created by me.
I have never used Facebook APIs. Is it possible to get all fan's photos? Is it possible to save photos to my page's album?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
Actually, you can get the pictures in your fan's page by issuing a GET request to https://graph.facebook.com/PAGE_ID/photos. it returns an array (JSON encoded) of the page's picture. You can have an idea of this here Similarly, once you have those picture information you can send them to https://graph.facebook.com/PROFILE_ID/ALBUM_ID What tecnology are you going to use for this application? |
|||||||
|