Forked from fritkotparking/facebook-fql-friend_likes
Created
December 4, 2018 08:49
-
-
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
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
| 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