WWW::Facebook::API 0.3.3
Sponsored Links
WWW::Facebook::API 0.3.3 Ranking & Summary
File size:
0.022 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
899
Date added:
2007-06-14
Publisher:
David Romano
WWW::Facebook::API 0.3.3 description
WWW::Facebook::API is a Facebook API implementation.
SYNOPSIS
use WWW::Facebook::API;
my $client = WWW::Facebook::API->new(
desktop => 1,
throw_errors => 1,
parse => 1,
);
print "Enter your public API key: ";
chomp( my $val = < STDIN > );
$client->api_key($val);
print "Enter your API secret: ";
chomp($val = < STDIN > );
$client->secret($val);
print "Enter your e-mail address: ";
chomp(my $email = < STDIN > );
$client->secret($val);
print "Enter your password: ";
chomp(my $pass = < STDIN > );
my $token = $client->auth->login( email => $email, pass => $pass );
$client->auth->get_session( $token );
use Data::Dumper;
my $friends_perl = $client->friends->get;
print Dumper $friends_perl;
my $notifications_perl = $client->notifications->get;
print Dumper $notifications_perl;
# Current users quotes
my $quotes_perl = $client->users->get_info(
uids => $friends_perl,
fields => [quotes]
);
print Dumper $quotes_perl;
$client->auth->logout;
A Perl implementation of the Facebook API, working off of the canonical Java and PHP implementations. By default it uses JSON::Any to parse the response returned by Facebooks server. There is an option to return the raw response in either XML or JSON (See the parse method below).
SYNOPSIS
use WWW::Facebook::API;
my $client = WWW::Facebook::API->new(
desktop => 1,
throw_errors => 1,
parse => 1,
);
print "Enter your public API key: ";
chomp( my $val = < STDIN > );
$client->api_key($val);
print "Enter your API secret: ";
chomp($val = < STDIN > );
$client->secret($val);
print "Enter your e-mail address: ";
chomp(my $email = < STDIN > );
$client->secret($val);
print "Enter your password: ";
chomp(my $pass = < STDIN > );
my $token = $client->auth->login( email => $email, pass => $pass );
$client->auth->get_session( $token );
use Data::Dumper;
my $friends_perl = $client->friends->get;
print Dumper $friends_perl;
my $notifications_perl = $client->notifications->get;
print Dumper $notifications_perl;
# Current users quotes
my $quotes_perl = $client->users->get_info(
uids => $friends_perl,
fields => [quotes]
);
print Dumper $quotes_perl;
$client->auth->logout;
A Perl implementation of the Facebook API, working off of the canonical Java and PHP implementations. By default it uses JSON::Any to parse the response returned by Facebooks server. There is an option to return the raw response in either XML or JSON (See the parse method below).
WWW::Facebook::API 0.3.3 Screenshot
WWW::Facebook::API 0.3.3 Keywords
API
WWW
Facebook API
API 0.3.3
Perl
print
val
implementation
Facebook
stdin
WWW::Facebook::API
WWWFacebookAPI
WWW::Facebook::API 0.3.3
Libraries
Programming
Bookmark WWW::Facebook::API 0.3.3
WWW::Facebook::API 0.3.3 Copyright
WareSeeker periodically updates pricing and software information of WWW::Facebook::API 0.3.3 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of WWW::Facebook::API 0.3.3 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
Related Software
Facebook Perl has opened up an API to get access to some of the features of their site. Free Download
NewsCloud Facebook application allows Facebook members to read top stories and breaking news. Free Download
WWW::Facebook::API::REST::Client::Wall is a Perl module with Wall methods for Client. Free Download
WWW::Facebook::API::REST::Client::Auth is a Perl module with authentication utilities for Client. Free Download
WWW::Facebook::API::REST::Client::Pokes is a Perl module with Pokes methods for Client. Free Download
WWW::Facebook::API::REST::Client::Login is a Perl module to ask for user login info. Free Download
WWW::Facebook::API::REST::Client::Events is a Perl module with events for Client. Free Download
WWW::Facebook::API::REST::Client::Photos is a Perl module with Photos methods for Client. Free Download
Latest Software
Popular Software
Favourite Software