Facebook Graph API - Friends using application

Obettyzep

New Member
Is there a function in the Facebook.php library for getting friends of the user using a certain application. Something like:\[code\]$friends = $facebook->api('me/friends?access_token=' . $access_token);\[/code\]But instead of listing all friends, it just lists friends using the same application.
 
Back
Top