views:

48

answers:

1

Hi ,

m trying fetch all photos from perticular album from facebook in android , i am using facebook android sdk to do the task but the problem is , i don't know what url request is required to access the photos inside album ?

A: 

https://graph.facebook.com/ALBUM_ID/photos

If it's for a particular person then:

https://graph.facebook.com/me/albums/

And then choose the album id and then use the first call

BeRecursive
Well i tried https://graph.facebook.com/me/albums/ , but its returning { "data": [] } - blank data though i have a album created name "events"
Hunt
It depends on the privacy settings of the album/user
BeRecursive
You need the user_photos permission
BeRecursive