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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -