Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i was looking into the api docs but couldn't find a solution to my problem: how can i query all events using fql which i marked in my own account (as maybe/attending)? thanks

share|improve this question

1 Answer

up vote 2 down vote accepted

Use the event_member table

http://developers.facebook.com/docs/reference/fql/event_member/

share|improve this answer
i'm using this query which appears to be correct but doesn't return anything :( SELECT name, pic, start_time, end_time, location, description, eid FROM event WHERE eid IN (SELECT eid FROM event_member WHERE uid = me()) – Fuxi Feb 22 '12 at 20:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.