The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Facebook::Graph::Response - Handling of a Facebook::Graph response documents.

VERSION

version 1.1205

DESCRIPTION

You'll be given one of these as a result of calling the request method on a Facebook::Graph::Query or others, or publish on any of the Facebook::Graph::Publish modules.

METHODS

Returns the response as a string. Does not throw an exception of any kind.

as_json ()

Returns the response from Facebook as a JSON string.

as_hashref ()

Returns the response from Facebook as a hash reference.

as_string ()

No processing what so ever. Just returns the raw body string that was received from Facebook.

response ()

Direct access to the HTTP::Response object.

LEGAL

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