NAME
Facebook::Graph::Publish::RSVPMaybe - RSVP maybe to an event.
VERSION
version 1.0600
SYNOPSIS
my $fb = Facebook::Graph->new;
$fb->rsvp_maybe($event_id)
->publish;
DESCRIPTION
RSVP's "Maybe" to an event.
ATTENTION: You must have the rsvp_event
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 - 2012 Plain Black Corporation (http://www.plainblack.com) and is licensed under the same terms as Perl itself.