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 was trying to get the photos from facebook using the graph api, however, it seems like it will not include theose multi-photo upload images.

I have use graph api explorer to check, I put down

/<album id>/photos

It seems only retrieve the single photos and does not show the multi-photo upload images in the list.

How do I retrieve those multi-photo upload images using graph api?

share|improve this question

1 Answer

From my understanding of the Graph which I won't deny is a bit limited compared to most. FB Graph api is a one to one upload. In order to upload multiple files you have to come up with a logic that suits your apps needs. Essentially building your own "queue" like logic so one photo will send after the other after the other.

share|improve this answer
thanks for the reply, but my question is not about uploading, is about getting the images. – Howie Lee Sep 16 '12 at 22:05

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.