0
votes

Even the basic query - GET /fql?q=SELECT name FROM user WHERE uid = me() is giving the following 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 ",

1

1 Answers

0
votes

? For FQL just choose FQL Query instead of Graph API in the top of the page.