Wednesday, 11 September 2013

Facebook Graph API mutual_friend_count?

Facebook Graph API mutual_friend_count?

So it seems FQL had a field on each user called mutual_friend_count. Is
there any way to get this through the graph API?
I can get mutual friends, but I am trying to sort and cull the list when a
user has below a certain number of mutual friends. Using 'mutualfriends'
with the friends call takes forever and returns way too much data, I only
need the count of each user, not a list of every friends mutual friend.
Am I going to have to resort to using FQL to grab this or am I missing
something?

No comments:

Post a Comment