Emanuel Weinsjö
Emanuel Weinsjö

Reputation: 491

"Facebook Graph API" attendee status on Facebook Events

How can i set the a person's attendee status on Facebook Events (e.g. attending, maybe, or declined). ?

I found "rsvp_event" permission. But dont see any Graph REST call to this action.

https://developers.facebook.com/docs/graph-api/reference/event/

Upvotes: 0

Views: 79

Answers (1)

andyrandy
andyrandy

Reputation: 74004

How about this:

Unless i misunderstood your question, those are the API endpoints. You can only read them though: "You can't perform this operation on this endpoint.".

Although, you can just try with the suggestion in this thread: How to make a user subscribe to an event in facebook using Graph API?

Upvotes: 0

Related Questions