Skip to content

Instantly share code, notes, and snippets.

@bluefuton
Created October 24, 2011 11:01
Show Gist options
  • Save bluefuton/1308773 to your computer and use it in GitHub Desktop.
Save bluefuton/1308773 to your computer and use it in GitHub Desktop.
FQL: Get photos of me
SELECT pid, src_big
FROM photo
WHERE pid IN(
SELECT pid
FROM photo_tag
WHERE subject = me()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment