FQL or Facebook API: Get only my events created

Posted by user347466 on Stack Overflow See other posts from Stack Overflow or by user347466
Published on 2010-05-21T20:56:46Z Indexed on 2010/05/24 22:01 UTC
Read the original article Hit count: 288

Filed under:

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.

© Stack Overflow or respective owner

Related posts about facebook-fql