3 messages in com.googlegroups.google-picasa-data-apiRe: What's the PHP get method for the...
FromSent OnAttachments
tenbosch15 Jan 2008 08:21 
nhui...@gmail.com16 Jan 2008 02:22 
tenbosch16 Jan 2008 07:04 
Subject:Re: What's the PHP get method for the album subtitle?
From:tenbosch (jeff@gmail.com)
Date:01/16/2008 07:04:03 AM
List:com.googlegroups.google-picasa-data-api

Nanne,

You actually answered my question, which is to use the getSummary() method. I got confused trying to figure out how to get the album description. I did a search on the print_r output and saw that the 'subtitle' contained the description. It was my mistake.

Thanks for your help!

On Jan 16, 5:22 am, "nhui@gmail.com" <nhui@gmail.com> wrote:

Hello,

What do you mean by album subtitle? As far as i can see my picasa albums have the following data:

Title Date Description Place Taken

which you should be able to get trough getTitle() getGphotoTimestamp() (at least, that's what i use) getSummary() getLocation() (if i'm not mistaken)

What field are you looking for? where can i find it?

Nanne

On Jan 15, 5:21 pm, tenbosch <jeff@gmail.com> wrote:

I've tried to use several different methods, but I just can't figure it out. The code below, doesn't work, is my last straw...

$strAlbumDescription = $objAlbum->getSubtitle();