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

NAME

Facebook::Graph::Request - Handling posts to Facebook Graph.

VERSION

version 1.1205

DESCRIPTION

This is the standard interface to the Facebook Graph API that all other modules use.

METHODS

new(params)

params

A hash or hashref of parameters to pass to the constructor.

ua

An LWP::UserAgent object. It will be created for you if you don't pass one in.

post ( uri, params )

A POST request will be made.

uri

A URI string to Facebook.

headers

A hash of headers to pass to LWP::UserAgent when making the request.

get ( uri, params )

A GET request will be made.

uri

A URI to fetch.

LEGAL

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