I think only with a gadget in comunication with the robot you are able to get the name/nick, avatar, etc. With the robot API you can only get the email.
On Nov 25, 9:20 pm, tunedude <[email protected]> wrote: > In my robot to be, I can get the email/accountname of the creator of > the blip by doing: > > def OnBlipSubmitted(properties, context): > blip = context.GetBlipById(properties['blipId']) > creator = blip.GetCreator() > > But how do can I get a real name/nickname ? -- 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.
