Is there a way to detect if a photo (via the url obtained from http://graph.facebook.com/1509217774/?fields=picture) yields the default "Empty Profile Photo" that Facebook gives?
I noticed that in a user specified photo url, the UID (here 1509217774) appears within the url somewhere, as in the following:
http://profile.ak.fbcdn.net/hprofile-ak-snc4/157190_1509217774_240086832_n.jpg
Is that an acceptable way to detect if the photo is "missing" or not?
gifimage then it is most likely a default image. – Lix Feb 13 '12 at 7:10