Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

While Facebook Events typically work by the creator inviting Friends to the Event and then Friend's replying to the Invite (or RSVP if you like), I'm wondering if it's possible to RSVP to a public event from the API for a Facebook user who hasn't been invited?

The use case is a website that displays the client's Events and has an "I'm attending" feature. Users could then authenticate with Facebook Connect and RSVP to events which will set them as an attendee on the Facebook Event.

The real issue is that users of the App won't be explicitly invited to each event, but as they are public events, I'm wondering if the invite is even required?

share|improve this question

1 Answer

up vote 1 down vote accepted

If you have the rsvp_event permission for the user you can RSVP them to any event they have permission to join (i.e public events) See here: https://developers.facebook.com/docs/reference/api/event/#attending

share|improve this answer
1  
I've created some test users for my Application and created a fake (public) event and can confirm it is possible to RSVP to public events regardless of if they have received an invite or not. Thanks! – brendo Nov 4 '11 at 10:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.