I'm trying to allow users to "import" their existing pictures to my social network. How can I do this? With an array? I actually want them saved on the server, and I'm new to the facebook apis.
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.
|
|
To access user's photos you will need to ask for authentication for access the pictures. Here you will find detail about permission list. Also you can access any album if it is public. To get albums for user http://developers.facebook.com/docs/reference/api/album/. BTW I think saving user's photos will violate facebook platform policy. Hope this helps. Thanks, Tapos |
||||
|
|
|
You can retrieve the profile picture of a user from Facebook by doing a simple GET on the following url:
|
|||||||
|