Images from facebook album

I am implementing an iPhone application where I need to get images from facebook album and show those photos as gallery in the application. I have this link http://www.facebook.com/media/set/?set=a.457557810958775.98938.425513680829855&type=3 where I have to get all images from the album. I tried GrabKit from github for this, but not useful to me because it has multiple configurations like Picasa, Instagram, flicker, etc, but I only want facebook ...

Please if anyone has an idea or suggestion about this ... then most are appreciated ....

+3


source to share


1 answer


If you need to get images of a shared album, don't use GrabKit. GrabKit is designed to fetch the albums of the currently logged in user (across platforms as you mentioned), but not from public albums as you think.

I suggest that you only use the iOS SDK for Facebook. Read the Getting Started tutorial ( https://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/ ) and once you figure out how to make a request on facebook check out their graphic API ( https://developers.facebook.com/docs/reference/api/ ) and especially the "album" page ( https://developers.facebook.com/docs/reference/api/album/ )



Hope this helps :)

Pierre-Olivier Simonard - GrabKit developer

+3


source







All Articles