Skip to content

Instantly share code, notes, and snippets.

@rodurma
Last active December 14, 2015 16:19
Show Gist options
  • Select an option

  • Save rodurma/5114436 to your computer and use it in GitHub Desktop.

Select an option

Save rodurma/5114436 to your computer and use it in GitHub Desktop.
Pegar o id das páginas que seus amigos curtiram no facebook
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