package Facebook::Graph::Publish::RSVPDeclined; BEGIN { $Facebook::Graph::Publish::RSVPDeclined::VERSION = '1.0300'; } use Any::Moose; extends 'Facebook::Graph::Publish'; use constant object_path => '/declined'; no Any::Moose; __PACKAGE__->meta->make_immutable; =head1 NAME Facebook::Graph::Publish::RSVPDeclined - RSVP declined to an event. =head1 VERSION version 1.0300 =head1 SYNOPSIS my $fb = Facebook::Graph->new; $fb->rsvp_declined($event_id) ->publish; =head1 DESCRIPTION RSVP's "Declined" to an event. B You must have the C privilege to use this module. =head1 METHODS =head2 publish ( ) Posts the data and returns a L object. The response object should contain a string of either 'true' or 'false'. =head1 LEGAL Facebook::Graph is Copyright 2010 Plain Black Corporation (L) and is licensed under the same terms as Perl itself. =cut