【问题标题】:From the Graph API Explorer to valid url从 Graph API Explorer 到有效 url
【发布时间】:2013-03-22 07:27:10
【问题描述】:

我如何从 Graph API Explorer 进行转换: GET=>https://graph.facebook.com/1261653562?fields=id,name,albums.fields(photos.fields(picture,name),updated_time) + Access_token=AAAC.... 到有效的网址?

我试过了 https://graph.facebook.com/1261653562?method=GET&fields=id,name,albums.fields(photos.fields(picture,name),updated_time)?access_token=AAAC.....

但这会给我这个错误:

{
   "error": {
      "message": "Syntax error \"Expected end of string instead of \"a\".\" at character 63: id,name,albums.fields(photos.fields(picture,name),updated_time)access_token=AAACEdEose.........",
      "type": "OAuthException",
      "code": 2500
   }
}

谢谢!

【问题讨论】:

  • 你有答案了吗???请与我分享我有同样的问题...谢谢

标签: facebook-graph-api url-routing


【解决方案1】:
猜你喜欢
  • 1970-01-01
  • 2017-03-29
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-12-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多