I installed Zend Gdata 1.11.2 but I don't see anything in it labeled OAuth... does it support OAuth?
|
feedback
|
|
For OAuth there is seprate ZF component: Zend_OAuth. | |||
feedback
|
|
No, it currently doesn't. We integrate with a Google Documents for example, and all we can use currently is AuthSub. I haven't checked every line of code in there, but I think it's outdated in this respect. Of course we could create our own wrapper using OAuth, but this defeats the purpose of the framework for me. Also, when you check out Google's examples, they tell you to use Zend_Oauth as well: http://code.google.com/apis/gdata/docs/auth/oauth.html#Examples (click on "PHP") | |||
|
feedback
|
|
I do it like this, for Docs, Calendar, and Picasa:
...and then run your GData calls as normal through $service. | |||
|
feedback
|