Reputation: 1603
i have this query:
select eid from event where creator = 100000956216009
Return this error:
error: 604 Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://wiki.developers.facebook.com/index.php/FQL_Tables
How i can get all My Created events? TIA I need to print my events created on my fb account and print it on my External Site.
Upvotes: 1
Views: 2716
Reputation: 1603
solved, my problem is the permission:
https://developers.facebook.com/docs/reference/api/permissions/
Upvotes: 1
Reputation: 7755
You should read http://developers.facebook.com/docs/reference/rest/events.get
Upvotes: 0