WWW::Facebook::API::Friends is a Perl module to handle Facebook friends.
SYNOPSIS
use WWW::Facebook::API;
SUBROUTINES/METHODS
get()
The friends.get method of the Facebook API:
$response = $client->friends->get;
get_app_users()
The friends.getAppUsers method of the Facebook API:
$response = $client->friends->get_app_users;
are_friends( uids1 => [ ... ], uids2 => [ ... ] )
The friends.areFriends method of the Facebook API. The two arguments are array refs that make up an associative array:
$response
= $client->friends->are_friends( uids1 => [1,7,8], uids2 => [2,3,4] );
See the Facebook API Documentation for more information.
Product's homepage
Requirements:
· Perl