4 messages in com.googlegroups.google-picasa-data-apiRe: How can I get a user profile photo?
FromSent OnAttachments
Tani20 May 2007 07:02 
Sven09 Jul 2007 14:47 
Ryan Boyd (Google)09 Jul 2007 15:01 
Tani30 Jul 2007 04:44 
Subject:Re: How can I get a user profile photo?
From:Ryan Boyd (Google) (api.@google.com)
Date:07/09/2007 03:01:58 PM
List:com.googlegroups.google-picasa-data-api

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:

Hello,

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?

Thanks, Tani.