I am making a Facebook application for which I require the mutual friends of the logged in user. The Old API friends.getMutualFriends
does the work but it is very slow. I was wondering if there is any other way of getting the list of mutual friends.
Moreover, applications like SocialGraph load very fast, so what functions are they using to get hold of the mutual friends so quickly?