Facebook 图表 API,没有使用图片

Facebook Graph API, no usepic image

无法弄清楚如何检测用户是否真的设置了他的照片,因为 Graph API 无论如何都会 return this blank image

有什么方法可以找出真实照片和这个占位符之间的区别吗?

is there is any way to find difference between real photo and this placeholder?

通过API(https://developers.facebook.com/docs/graph-api/reference/v2.4/user/picture)读取头像详情,包含参数redirect=false,返回的数据结构会包含一个属性is_silhouette 表示图片是默认占位符 (true) 还是用户有自己的个人资料图片集 (false)