Skip to content

Instantly share code, notes, and snippets.

@phwd
Created May 27, 2012 20:28
Show Gist options
  • Save phwd/2815785 to your computer and use it in GitHub Desktop.
Save phwd/2815785 to your computer and use it in GitHub Desktop.
FQL query for movies friends like
SELECT name, page_id from page where page_id in (SELECT page_id from page_fan where uid in (SELECT uid2 FROM friend WHERE uid1 = me()) and profile_section='movies')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment