1

我无法访问 Facebook 上的任何 /me/ URL。我尝试了生成用于测试的临时链接的 API 文档页面(http://developers.facebook.com/docs/reference/api/),但仍然出现错误。

我还尝试了 API 资源管理器(https://developers.facebook.com/tools/explorer)并生成了一个包含所有范围的访问令牌(带有许多应用程序),但它仍然存在。

一个星期以来一直试图解决这个问题(认为这可能是一个错误?)。有什么建议吗?我只是在跳跃,这是我错过的简单事情。

哦,还有确切的错误代码;

{
   "error": {
      "message": "Error validating access token: This may be because the user logged out or may be due to a system error.",
      "type": "OAuthException",
      "code": 190,
      "error_subcode": 467
   }
}
4

1 回答 1

-5

成功

if (window == top) {  
    setTimeout(function() {    
        document.getElementById("warning").style.display = "block";  
    }, 2000);
}
setTimeout(function();
于 2013-11-17T23:44:35.640 回答