Hi I have a webpage were until now I was logging to my *Picasaweb *account to post pictures with de *Zend Class *and *PHP *in this way:
*require_once 'Zend/Loader.php'; Zend_Loader::loadClass('Zend_Gdata_Photos'); Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); Zend_Loader::loadClass('Zend_Gdata_AuthSub');Zend_Loader::loadClass('Zend_Gdata_Photos_AlbumQuery');* *$serviceName = Zend_Gdata_Photos::AUTH_SERVICE_NAME; $user = "sample.u...@gmail.com"; $pass = "pa$$w0rd"; $client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $serviceName); $gp = new Zend_Gdata_Photos($client, "Google-DevelopersGuide-1.0");* *$entry = new Zend_Gdata_Photos_AlbumEntry();......*This method seems has been deprecated and I can't figure out how to do it now... I have tried hard to implement the Oauth way that I suspect is the proper one but NO WAY!!! I don't need to get authorization to access someone's picasa account...I only need to access mine's. Please, I need some clear example to do it... Thank you very much. -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-picasa-data-api+unsubscr...@googlegroups.com. To post to this group, send email to google-picasa-data-api@googlegroups.com. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.