Facebook::Graph::Publish::RSVPDeclined - RSVP declined to an event.
my $fb = Facebook::Graph->new;
$fb->rsvp_declined($event_id)
->publish;
RSVP's "Declined" to an event.
ATTENTION: You must have the
"rsvp_event" 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.