I\'m trying to select all mutual friends\' connections with PHP/FQL. Using my UID (540 friends), which means >12,000 connections, of which >6500 are unique. So this code
$mutual_friends = $facebook->api('/me/mutualfriends/friendid');