Skip to content

Instantly share code, notes, and snippets.

@maysam
Created March 3, 2013 04:42
Show Gist options
  • Save maysam/5074537 to your computer and use it in GitHub Desktop.
Save maysam/5074537 to your computer and use it in GitHub Desktop.
facebook query to find how good your fb friends are in fb
SELECT name, profile_url, uid, friend_count, subscriber_count FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) order by subscriber_count desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment