Facebook – How to Rank Friends by Their Friend Count

facebook

How can I rank my Facebook friends by their friend count?

I want to get a message out to a large variety of people and I'd like to see the top 10 friends of mine with the most friends.

Best Answer

I haven't done this, but from my research this is the best way to do it:

  1. I need to use Facebook Query Language to get all my friends
  2. I need to use a programming language (maybe javascript?) to loop over all my friends to get their friends, count them, and store the count in an array with the friend name.
  3. I need to sort my array by the count.