我可以通过一个电话/me
详细信息,包括picture
,email
,name
。
但返回的网址图片非常小(50px * 50px)。
我知道我可以通过以下方式进行额外调用以获得更大的图像:
.../me/picture?width=999
但是可以将它与:
结合起来https://graph.facebook.com/v2.5/me?fields=id,relationship_status,picture,email,gender,first_name,last_name,significant_other
在一个请求 - 响应中接收所有这些信息,而不是两个?
答案 0 :(得分:3)
你走了:
https://graph.facebook.com/v2.6/me?fields=id,relationship_status,picture.width(999),email,gender,first_name,last_name,significant_other
您可以通过以下方式发出嵌套请求:
https://developers.facebook.com/docs/graph-api/using-graph-api#fieldexpansion