Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save shine206/fe1f8f6a6a0072097a8c3868ab42a7ae to your computer and use it in GitHub Desktop.

Select an option

Save shine206/fe1f8f6a6a0072097a8c3868ab42a7ae to your computer and use it in GitHub Desktop.
Get all the pages my friends like, excluding the ones I like. Result are 2 lists, which need to be compared
http://graph.facebook.com/fql?q={'query1':'SELECT uid, page_id FROM page_fan WHERE uid IN
(SELECT uid2 FROM friend WHERE uid1 = me())','query2':'SELECT page_id, name FROM page WHERE page_id IN (SELECT page_id FROM #query1)'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment