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:nhui...@gmail.com (nhui@gmail.com)
Date:01/16/2008 02:22:36 AM
List:com.googlegroups.google-picasa-data-api

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();