I uje FQL query: SELECT uid FROM page_fan WHERE page_id =
it returns me this error:
{
"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
}
}
on this site : http://developers.facebook.com/docs/reference/fql/page_fan all columns that i used are indexed.
what am i doing wrong?