A robot gets information on their ID, and a gadget gets the thumbnail,
name, and ID.
Neither of them can access profile info of arbitary users.
It may be possible to integrate with the Google Contacts API to find
this info about a user's contacts, but I have not seen an example of
such integration yet:
http://code.google.com/apis/contacts/
- pamela
> --
> You received this message because you are subscribed to the Google Groups "Google Wave API" group.
> To post to this group, send email to google-...@googlegroups.com.
> To unsubscribe from this group, send email to google-wave-a...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
>
>
>
>
A request has been filed for robot access to the thumbnail + name info:
http://code.google.com/p/google-wave-resources/issues/detail?id=617
FYI -
The participant info is actually subject to change for a user, and can
even change over the course of a gadget session, so gadget authors are
asked to listen to the participant callback and refresh their display
accordingly. It's not clear how we would force robots to re-fetch the
data in case of a change, so this request requires some thought on our
part.