I’d like to do something like:
select name from event where creator = 153957741360676
but the column creator is not indexable.. how can I do this then?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can retrieve such information by querying two tables
event_memberandevent:Update:
Since you speaking about events created by page you need to use id of the page instead of
me():Notes (see
eventtable documentation):