I am trying to get pic_crop from my profile picture with the Facebook fql query:
SELECT pic_crop from profile where id=me()
And I am getting this back:
"uri": "http://profile.ak.fbcdn.net/hprofile-ak-prn1/XXXX,
"width": 320,
"height": 320,
"left": 0,
"top": 0,
"right": 1,
"bottom": 1
If I try to get the same for my friend's I get the same response: 0,0,1,1 which represents the full picture and therefor is completely useless.
Has Facebook changed something because I remember getting real values for *pic_crop*, like these ones:
"uri": "http://profile.ak.fbcdn.net/hprofile-ak-prn1/XXXX,
"width": 320,
"height": 320,
"left": 0.11466,
"top": 0.06897,
"right": 0.88534,
"bottom": 0.93103