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'm trying to write an app that retrieves all the photos from albums of a certain group page. I'm using the Facebook SDK to retrieve JSON data. Getting a list of albums works but the problem is getting photos. After the user selects an album from the spinner list, it's supposed to use the Facebook SDK to retrieve the JSON data for that album, using the album id, and then get all the "source" fields from this data in order to get links to the pictures. Unfortunately, this doesn't work properly. When I load Wall Photos, for example, I only get 1 picture. When I load some other albums, I get no pictures. Only is it a rare occurrence that I get 3 pictures.

Here's a link to my project folder http://www.shadownet.net76.net/safe/bm.zip

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.