【问题标题】:Trouble with facebook graph apifacebook 图形 api 的问题
【发布时间】:2012-12-12 04:17:43
【问题描述】:

我一直在尝试进行以下 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”。

任何帮助将不胜感激!

【问题讨论】:

    标签: facebook facebook-graph-api


    【解决方案1】:

    您似乎没有正确调用 qs 参数。

    试试这个:

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

    【讨论】:

    • 谢谢,看来这解决了我的问题。我不禁想知道为什么它一直在工作!哦,好吧,谁在乎呢,非常感谢!
    • 我遇到了同样的问题(查询错误:有.../me&而不是.../me?),但很奇怪,因为它以这种方式工作了将近一年:)
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-04-22
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多