0

我用这个语句查询 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

请你给我一个建议。

太感谢了。

4

1 回答 1

0

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

谢谢你。

于 2013-06-06T10:25:28.813 回答