現在の場所から 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
}
}"