我在 Facebook 中尝试了以下 FQL:
SELECT checkin_id FROM checkin WHERE author_uid = me()
但是,我得到以下响应:
{
"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
}
}
但是签入在文档中被标记为可索引。
现在可以做什么?