Thank you, the @googlewave.com is what I wanted. Figured out my other problem as well. Just one more question. How do I get the contents of the blip that is submitted. I assume its something like like blip.GetContents() but I just don't know what the syntax is.
Thank You, Bryan On Nov 27, 4:13 pm, Sayyam Mehmood <[email protected]> wrote: > Well i used this substring method to eliminate "@googlewave.com" > > Example > > Event e = bundle.getEvents(); > e.getBlip().getCreator().substring(0,e.getBlip().getCreator().indexOf('@') > ; > > I did this to get the username as i could nt find any way to get the name > against this id.. > > Regards, > Sayyam -- 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.
