Facebook-Graph
view release on metacpan or search on metacpan
lib/Facebook/Graph/Authorize.pm view on Meta::CPAN
=head1 SYNOPSIS
my $fb = Facebook::Graph->new(
secret => $facebook_application_secret,
app_id => $facebook_application_id,
postback => 'https://www.yourapplication.com/facebook/postback',
);
my $uri = $fb->authorize
->extend_permissions(qw( email publish_stream ))
->set_display('popup')
->uri_as_string;
=head1 DESCRIPTION
Get an authorization code from Facebook so that you can request an access token to make privileged requests. The result of this package is to give you a URI to redirect a user to Facebook so they can log in, and approve whatever permissions you are r...
=head1 METHODS
=head2 new ( [ params ] )
( run in 2.713 seconds using v1.01-cache-2.11-cpan-364913b4093 )