Hi, I've a probleme with the blip id retrieval with the active API.
I've a active robot which can create or reply to existing wave.
when I create a new wave, I can retrieve the root_blip id but when I
want to reply inside of an existing wave I do the following
...
wave=myRobot.fetch_wavelet(wave_id=WID)
blip=wave.reply()
blip.append(msg)
myRobot.submit(wave)
Then I'd like to be abble to store the blip.blip_id but it's only a
temporary ID...
any one got a idea on how to do it ?
--
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.