Search code examples
iosfacebookfacebook-graph-apiios6fbconnect

Facebook page Album in ios app


i have a Facebook page, and i want to fetch all the photo albums of the FB Page to an ios application am currently developing. I seem to have stuck at it.

Please someone suggest how i should go about it?


Solution

  • use graph APi to get all the details from your Facebook page.....

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

    returns list from your page.