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.


Reply via email to