The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Facebook::Graph::AccessToken::Response - The Facebook access token request response.

VERSION

version 1.0600

Description

You'll be given one of these as a result of calling the request method from a Facebook::Graph::AccessToken object.

METHODS

token ()

Returns the token string.

expires ()

Returns the time alotted to this token. If undefined then the token is forever.

response ()

Direct access to the HTTP::Response object.

LEGAL

Facebook::Graph is Copyright 2010 - 2012 Plain Black Corporation (http://www.plainblack.com) and is licensed under the same terms as Perl itself.