FQL or Facebook API: Get only my events created
- by user347466
Guys..
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.