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