NAME
Facebook::Graph::Publish::Photo - Publish Photos
VERSION
version 1.1205
SYNOPSIS
my
$fb
= Facebook::Graph->new;
$fb
->add_photo()
->set_source(
'/tmp/photo.jpg'
)
->set_message(
'Photo!'
)
->publish;
DESCRIPTION
Publish a Photo
ATTENTION: You must have the publish_stream
privilege to use this module.
METHODS
publish ( )
Posts the data and returns a Facebook::Graph::Response object. The response object should contain a string of either 'true' or 'false'.
LEGAL
Facebook::Graph is Copyright 2010 - 2017 Plain Black Corporation (http://www.plainblack.com) and is licensed under the same terms as Perl itself.