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..