Facebook::Graph::Publish::Like - Mark a post as something you like.
my $fb = Facebook::Graph->new;
$fb->add_like($post_id)
->publish;
Marks a post as something you like.
ATTENTION: You must have the
"publish_stream" privilege to use this
module.
Posts the data and returns a Facebook::Graph::Response object. The response
object should contain a string of either 'true' or 'false'.
Facebook::Graph is Copyright 2010 - 2012 Plain Black Corporation
(<http://www.plainblack.com>) and is licensed under the same terms as
Perl itself.