【问题标题】:Get error with code 2 while getting data from FQL with friend location使用朋友位置从 FQL 获取数据时出现代码 2 错误
【发布时间】:2013-06-06 07:06:35
【问题描述】:

我用这个语句查询 Facebook FQL

SELECT uid, first_name, last_name,sex,relationship_status,
current_location.country,current_location.city 
FROM user WHERE uid in 
(SELECT uid2 FROM friend WHERE uid1 = me()) limit 1000

得到这个错误

{
"error": {
"message": "An unexpected error has occurred. Please retry your request later.", 
"type": "OAuthException", 
"code": 2
}
}

我发现这个错误发生在获取 current_location.country,current_location.city

请给我一个建议。

非常感谢。

【问题讨论】:

  • 检查您的权限...

标签: facebook-graph-api facebook-c#-sdk facebook-fql


【解决方案1】:

现在可以了。我认为是 Facebook 服务器出错的结果。

谢谢。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-06-03
    • 1970-01-01
    • 1970-01-01
    • 2013-04-21
    • 1970-01-01
    • 2013-07-09
    • 1970-01-01
    相关资源
    最近更新 更多