October 2008
Intermediate to advanced
434 pages
12h 7m
English
I need to retrieve all of the Facebook events created by a specific user using FQL.
SELECT eid, name, pic_small, description, start_time, end_time, location FROM event WHERE creator = $user AND eid IN (SELECT eid FROM event_member WHERE uid = $user);
This will return content only if the current loggedinuser can see the events of the user
specified in $user.
Read now
Unlock full access