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

Lorenzo Alberton: Updated Kafka PHP client library

DZone.com: Zend Application demystified

Rob Allen's Blog: Where to set up your view?

Web Builder Zone: Can you use PHP without frameworks nowadays?

ProDevTips.com: Ajax, ZF and Smarty feed reader (Part 2)


Community Events











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


language code example tool database introduction framework composer podcast object development interview release testing functional series conference community opinion zendframework2

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