FreeBSD Manual Pages
Facebook::Graph::RequeUser)Contributed Perl DocumenFacebook::Graph::Request(3) NAME Facebook::Graph::Request - Handling posts to Facebook Graph. VERSION version 1.0801 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 AnyEvent::HTTP::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 AnyEvent::HTTP::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 - 2012 Plain Black Corporation (<http://www.plainblack.com>) and is licensed under the same terms as Perl itself. perl v5.32.0 2014-09-08 Facebook::Graph::Request(3)
NAME | VERSION | DESCRIPTION | METHODS | LEGAL
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Facebook::Graph::Request&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>