Last active
December 14, 2015 16:19
-
-
Save rodurma/5114436 to your computer and use it in GitHub Desktop.
Pegar o id das páginas que seus amigos curtiram no facebook
This file contains hidden or 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
| SELECT uid, page_id, created_time FROM page_fan WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = ##) | |
| # infos | |
| # https://developers.facebook.com/docs/reference/fql/page_fan/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment