|
NAMEFacebook::Graph::Publish::RSVPAttending - RSVP attending to an event. VERSIONversion 1.1205 SYNOPSIS my $fb = Facebook::Graph->new;
$fb->rsvp_attending($event_id)
->publish;
DESCRIPTIONRSVP's "Attending" to an event. ATTENTION: You must have the "rsvp_event" privilege to use this module. METHODSpublish ( )Posts the data and returns a Facebook::Graph::Response object. The response object should contain a string of either 'true' or 'false'. LEGALFacebook::Graph is Copyright 2010 - 2017 Plain Black Corporation (<http://www.plainblack.com>) and is licensed under the same terms as Perl itself.
|