Here is my code:
  wave = myRobot.new_wave(wavelet.domain, participants =
['[email protected]'], submit = True)
  blip = wavelet.reply("wave.title: %s, Wave participants: %s" %
(wave.title, wave.participants.serialize()))

Here is what I get in wavelet:
  wave.title: , Wave participants: [[email protected]']

But when i try to open this wavelet, I see "You are not a participant
in this wave."
Also, if i try to add myself using wave.participants.add() I have the
same result: I am in participant list but without access to wave.

What am I doing wrong? How can robot add participant to wave?

-- 
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.

Reply via email to