LighthouseLukas
LighthouseLukas

Reputation: 3

#200 permissions error on Facebook Graph API for doing event attending despite having rsvp_event and user_event privileges in my access token

I am using the Facebook API Graph Explorer to figure something out.

I am using a user access token with rsvp_event and user_event permissions. I try the url: /321580178346472/interested to set myself as interested in this event.

This event id is for an event that I am the admin of the page for.

Why I am I getting a #200 error for this?

Facebook Graph API with error

Upvotes: 0

Views: 288

Answers (1)

andyrandy
andyrandy

Reputation: 74004

You are using GET. Change it to POST instead.

Upvotes: 1

Related Questions