facebook图api的问题

时间:2012-12-11 19:55:41

标签: facebook facebook-graph-api

我一直试图制作以下Facebook图形API呼叫......

https://graph.facebook.com/me&access_token=mytokenhere

我几个月来一直在做同样的电话,没有任何问题。我收到以下回复......

{
   "error": {
      "message": "(#803) Some of the aliases you requested do not exist: me&access_token=mytokenhere",
      "type": "OAuthException",
      "code": 803
   }
}

显然mytokenhere被替换为我的实际令牌,而不是传递文字“mytokenhere”。

任何帮助将不胜感激!

1 个答案:

答案 0 :(得分:2)

看起来你没有正确调用qs参数。

试试这个:

https://graph.facebook.com/me?access_token=mytokenhere