This question already has an answer here:
- FQL Graph API: Mutual Friends 1 answer
I am trying to sort my friends by the number of mutual friends we have. I tried getting the number of mutual friends one by one and creating an id->no_of_mutual_friend key value pair but that just takes way too long, because I have to call the facebook API over a 1000 times.
Is there an easier way to do this by using FQL?