I am trying to get the position of a photo within its album. Strange thing though, when I use the function getGphotoPosition(), I receive the following error:
Fatal error: Call to undefined method Zend_Gdata_Photos_PhotoFeed::getGphotoPosition() My PHP is as such: $photoFeed = $service->getPhotoFeed($query); print_r($photoFeed->getGphotoPosition()); Any of the other items for the "photo" kind work such as getGphotoTimestamp() and getGphotoCommentCount(). The only other one giving me similar trouble is rotation, but it seems like that is because no rotation is set. I see some other posts about rotation here, but that is not really what I am worried about. I realyl just need to get the position. My only other thought is to change from a photofeed to an albumfeed, and then loop through my entries and grab the value that way. But, that seems like a waste when I only need one photo's information to be displayed. Any thoughts? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
