beddamadre
beddamadre

Reputation: 1603

FQL or Facebook API: Get only my events created

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

Answers (2)

beddamadre
beddamadre

Reputation: 1603

solved, my problem is the permission:
https://developers.facebook.com/docs/reference/api/permissions/

Upvotes: 1

Related Questions