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.

I'm trying to make a Facebook application that can Accept / Decline events invitations (Using http://developers.facebook.com/docs/reference/api/event/)

But the documentation doesn't specify if it's possible to give a reason (message) with the RSVP.

Is it possible ?

share|improve this question
Hmmm, +1....I can't find such a field myself, good question – ifaour Feb 7 '11 at 22:18
Well, after a lot of test, I can only use graph.facebook.com/EVENT_ID/declined attending etc THEN I can post on event's wall. But it seems that only a few of Post object properties are working (no Actions fields, Caption, etc.) – Julien CROUZET Feb 7 '11 at 22:40

1 Answer

I don't think so.

The web interface uses wall_note as the input field name and since the other input field names match with the API this would be the logical parameter name. It does not work in my testing though.

I couldn't find any open feature requests for it either: http://bugs.developers.facebook.net/

share|improve this answer

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.