php - How to get popular friends from Facebook API? -
i know can friends using https://graph.facebook.com/me/friends know can friends fql so: select uid,username user uid in ( select uid2 friend uid1 = me() limit 20 ) need order these friends interact often, i.e. close friends.
is possible?
you search user's defined lists.. list "close friends" may contain such information though manually edited user himself (so might empty or not accurate)
Comments
Post a Comment