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 = "[email protected]";
$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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/d/optout.