使用图形API,是否可以返回用户图片的两种尺寸?

时间:2014-12-31 11:33:56

标签: facebook facebook-graph-api

我以前做过:

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=

0 个答案:

没有答案