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.

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?

share|improve this question

1 Answer

up vote 0 down vote accepted

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

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

returns list from your page.

share|improve this answer
replace the ID with your page ID – MicRO Nov 1 '12 at 8:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.