On Oct 20, 9:54 am, Sajan C <[email protected]> wrote: > Google Picasa Web Albums API How to retrive The photo caption, > > Hi, > I am using Zend Framework [ php ] . My Problem is I cant > getting the photo captions. For getting photo caption What i want to > do.. is there any option to get it.. plz tell me is there have any > class function to display it. if any one know please help me. > > regards by > sajan.C This simplified example worked for me on my homepage...
$photoFeed = $photos->getPhotoFeed($query); echo "<strong>DEBUG CAPTION: ". $photoFeed->getSubtitle() . "</strong> \n"; good luck :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en -~----------~----~----~----~------~----~------~--~---
