我正在使用Facebook SDK中提供的LoginButton
在我的應用中執行用戶登錄,後來我使用以下FQL
檢索所有在其關鍵字中包含Sherlock的頁面。FQL給NoIndexFunctionException,即使當列可索引
SELECT page_id FROM page WHERE keywords = 'Sherlock'
但如果讓我有以下異常
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
即使keywords
列是可轉位的顯示上 https://developers.facebook.com/docs/reference/fql/page。
任何人都可以告訴我我做錯了什麼?
任何人都可以請解釋爲什麼這個問題downvoted? – Apoorv