Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何只获取上传了个人资料照片的朋友,而忽略那些具有默认轮廓的用户?
有没有办法使用 fql 检查用户是否有个人资料图片或只是一张普通的空白图片?
从文档
pic:被查询对象的小头像URL。图像的最大宽度为 50 像素,最大高度为 150 像素。此 URL 可能为空。
虽然,做这个查询:
select pic from user where uid = xxxx
在我知道没有个人资料图片的用户上,返回了这个:
{ "data": [ { "pic": "http://profile.ak.fbcdn.net/static-ak/rsrc.php/v1/yV/r/Xc3RyXFFu-2.jpg" } ] }