I'm trying to get link information from Facebook and I can't get it to work without thw following error:
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
Column url
is an indexable column as stated on this information page
Here's a link to the query that I am using in the Graph Explorer:
The table link_stat is public too.
Has anyone else experience this? Why does it say that I'm not using an indexable column when I am - I must be missing something.