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 am using facebook android sdk to access photos of each album,

response = facebook.request(wallAlbumID+"/photos");

But its response contains the object of 1st picture of the album. How can i get all the pictures of each album with respect to their id?

share|improve this question
Could you clarify here. You say wallAlbumID/photos is what you're looking for - which should return the photos for the wallAlbumID. Then you ask about getting all pictures for each album. That is a little confusing. Also can you check what you get if you use the Graph API Explorer: developers.facebook.com/tools/explorer – C Abernathy Dec 20 '12 at 21:51
Same question arries to me please help any one – V.P. Mar 20 at 8:50

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.