我正在尝试pic_crop
使用 Facebook fql查询从我的个人资料图片中获取:
SELECT pic_crop from profile where id=me()
我得到了这个:
"uri": "http://profile.ak.fbcdn.net/hprofile-ak-prn1/XXXX,
"width": 320,
"height": 320,
"left": 0,
"top": 0,
"right": 1,
"bottom": 1
如果我尝试为我的朋友得到相同的结果,我会得到相同的响应:0,0,1,1
它代表了全貌,因此完全没用。
Facebook 是否改变了某些东西,因为我记得获得了 *pic_crop* 的真实值,例如:
"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