2 messages in com.googlegroups.bloggerdev[bloggerDev] Re: How to get the autho...
FromSent OnAttachments
Peng26 Apr 2008 21:21 
Jeff Scudder29 Apr 2008 09:06 
Subject:[bloggerDev] Re: How to get the author of the posts.
From:Jeff Scudder (j.@google.com)
Date:04/29/2008 09:06:36 AM
List:com.googlegroups.bloggerdev

On Apr 26, 9:22 pm, Peng <qiao@hotmail.com> wrote:

Hi, I use blogID to get the feed(which is blog) and then get entries(which are posts) of the feed. There is a function Entry.getAuthors(). However, the function only returns the author in the form like "com.google.gdata.data.Person@bfea1d". Now I want the name of the author instead of this. Is there any way to retrieve the author's name?

Hi Peng,

Sounds like you are looking for getName()

http://code.google.com/apis/gdata/javadoc/com/google/gdata/data/Person.html

Happy coding,

Jeff