News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
Another OAuth Library Is Born (Zend_OAuth Proposal)
June 23, 2008 @ 16:13:50

Padraic Brady has posted about another OAuth library that he's started up, one that's ready to be integrated with the Zend Framework reborn as a Zend_OAuth component (see his proposal code).

I've spent some time over the last week, and I have completed an initial pass at writing an OAuth Consumer in PHP5. I'm biased, but it's a nice chunk of code capable of fairly routine POST based OAuth requests using either an Authorized header, or a raw url encoded POST request body. My main remaining task is final cleanup, included refactoring, rolling my final set of acceptance tests into PHPUnit from SimpleTest, and adding support for HTTP GET, RSA, and a storage API so tokens can be saved in the background rather than outside the API.

Example code is included showing how to connect to the ma.gnolia bookmarking service and grabbing the response body from the request. He has a few more things to finish up before it's ready to go (backend storage, reworking the handling of web service API interaction, etc).

0 comments voice your opinion now!
zendoauth oauth library zendframework component development


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Using the ZF2 EventManager

Rob Allen's Blog: Using your own View object with Zend_Application

Ben Scholzen's Blog: Writing powerful and easy config files with PHP-arrays

David Stockton's Blog: Changing ErrorController to work with AJAX

PHPMaster.com: Constructors and the Myth of Breaking the Liskov Substitution Principle


Community Events











Don't see your event here?
Let us know!


zendframework2 functional usergroup opinion framework community phpunit introduction release language symfony2 conference podcast testing database series unittest rest interview development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework