2010/6/16 Raphaël Pinson <[email protected]> > 2010/6/16 Raphaël Pinson <[email protected]> > >> Hello, >> >> It is a good practice to have a feedback wave for robots and gadgets. I'm >> just wondering: >> * is it possible for a robot to add users (the author of the event = >> modifiedBy) to another wave ? >> > > > I've found OperationQueue().wavelet_add_participant(FEEDBACK_WAVE_ID, > FEEDBACK_WAVELET_| > ID, event.modified_by) > > but it doesn't seem to work. Is that correct? > > Sorry for the spam, I found my solution:
wavelet.get_operation_queue().wavelet_add_participant(FEEDBACK_WAVE_ID, FEEDBACK_WAVELET_ID, modified_by) The bot needs to be a participant of the feedback wave, even if the wave is public. Raphaël > > > Raphaël > > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
