我想知道如何从我当前的位置获取 id facebook 的用户列表,
我只是这样做了SELECT uid , current_location FROM user WHERE current_location = '115175415163151'
但我得到下一个错误
"{
"error": {
"message": "Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://developers.facebook.com/docs/reference/fql ",
"type": "NoIndexFunctionException",
"code": 604
}
}"