Hello Tani,
I've put this feature request on the Feature Request page and added
your vote for it:
http://groups.google.com/group/Google-Picasa-Data-API/web/api-feature-requests
Cheers,
-Ryan
On Jul 9, 2:47 pm, Sven <s....@google.com> wrote:
Hi Tani,
We currently don't include the profile image through the api. It is part of
the html description, but we aren't exposing it yet as a real api field.
We'll add it to our list of requested features and let you know when we have
a solution.
-Sven
On 20/05/07, Tani <fox....@gmail.com> wrote:
I'm trying to getting a user profile photo(icon?) with Picasa
API(Java).
When I see comments in a web album page, there is a photo next to a
comment sender's name.
I want to use that image in my application, but I couldn't find how to
get it.
Seems like Person class has something to do with getting that image.
So I made an instance of Person from a CommentEntry like this.
Person person = commentEntry.getAuthors().get(0);
Although I got an url of the person, I couldn't make it any further.
Does anybody know how to do it?