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 get the cover photos of all my FB albums. Some photos have valid URLs, and some result in a 400-level error (400 on iOS, 404 in browser, not sure why)

Why would FB provide a URL that is invalid?

Does anyone have any clues on why this happens, and/or how to get around it?


ALSO: For the photos that result in 404, if I remove the "/picture" path component from the URL, I get a JSON response that does NOT contain a cover_photo field... but in the API definition for cover_photo it says that it will default to the first photo in the album... but instead I get a 404..


ALSO: I noticed that for those 404 urls, the corresponding JSON data (without "/picture" in the url) gives back type: "friends_walls", whereas the albums that show cover photos say type: "profile". Is this a permissions issue?? I tried adding "friends_photos" to my permissions in addition to "user_photos" but that didn't solve it. They still come up as 404ing URLs..

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.