我以前做过:
https://graph.facebook.com/me?fields=picture.width(100).height(100)&return_ssl_resources=1&access_token=
我还希望包含大尺寸的图片:picture.type(large)
有没有办法将它包含在同一个电话中?意味着检索两个版本。
目前,我收到此错误:
{
"error": {
"message": "Syntax error \"Field picture specified more than once. This is only possible before version 2.1\" at character 76: name,first_name,last_name,picture.type(large),picture.width(100).height(100),email",
"type": "OAuthException",
"code": 2500
}
}
with:https://graph.facebook.com/mefields=picture.width(100).height(100),picture.type(large)&return_ssl_resources=1&access_token=