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.

The title is self explanatory. I know you can do a request to

/me/photos

with arguments for the limit and the offset, but is there any quick way of finding out the total number of photos? I want to pick a random selection of photos and I do not want to have to download all 500+ photos worth of metadata to the client to shuffle. The facebook API documentation has not offered me any joy.

share|improve this question

1 Answer

Why dont you get the albums instead? http://developers.facebook.com/docs/reference/api/album/ each album has a count property that says how many pictures it has.

share|improve this answer
Because most of my photos are uploaded piecemeal and not in any album. Or does "Albums" include these too? I was thinking it would only get the albums I uploaded myself. – Li Haoyi Nov 1 '11 at 16:51

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.