1
我用FQL查詢:FQL NoIndexFunctionException 604 page_fan
SELECT uid FROM page_fan WHERE page_id = <page_id>
返回我這個錯誤:
{
"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
}
}
在這個網站:http://developers.facebook.com/docs/reference/fql/page_fan 的一切,我使用的索引的列。
我在做什麼錯?
「Facebook和Stack Exchange現在正在共同支持Facebook開發者社區,Facebook工程師和世界上最好的Facebook開發者一起參與到這裏,如果你有關於Facebook的技術問題,這是最好的問題。 「 和答案在哪裏? – Farid