Skip to content

Instantly share code, notes, and snippets.

@hedcler
Created May 4, 2012 18:43
Show Gist options
  • Save hedcler/2596878 to your computer and use it in GitHub Desktop.
Save hedcler/2596878 to your computer and use it in GitHub Desktop.
Facebook FQL Multiquery para pegar fotos de um usuário
GRAPH API /fql ?q= {
"albuns":"SELECT aid FROM album WHERE owner = USER_ID",
"photos":"SELECT src_big FROM photo WHERE aid IN (SELECT aid FROM #albuns)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment