tags:

views:

317

answers:

2

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.

A: 

You should read http://developers.facebook.com/docs/reference/rest/events.get

baloo
ok, many thanks, therefor you suggest to me for parsing the result (all events) and check the values for 'creator' if equals to my facebook id ?
The documentation says you can provide the uid to get events for
baloo
solved, my problem is the permission:http://developers.facebook.com/docs/authentication/permissionsuser_eventsbye.
A: 

solved, my problem is the permission: developers.facebook.com/docs/authentication/… user_events bye. – user347466 0 secs ago edit