Skip to content

Instantly share code, notes, and snippets.

@binarious
Created November 25, 2011 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binarious/1393130 to your computer and use it in GitHub Desktop.
Save binarious/1393130 to your computer and use it in GitHub Desktop.
Facebook FQL
$fql = 'select name, start_time, end_time, location, url, description from event where eid in (select eid from event_member where uid = 170742536309649) order by start_time';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment