Created
May 4, 2012 18:43
-
-
Save hedcler/2596878 to your computer and use it in GitHub Desktop.
Facebook FQL Multiquery para pegar fotos de um usuário
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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