News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
Writing A Simple Twitter Client Using the PHP Zend Framework's OAuth Library
July 30, 2009 @ 10:59:59

Padraic Brady has posted a new tutorial to his blog about making a Twitter client using the Zend Framework's Zend_OAuth component for user validation.

During yesterday, I finally got around to patching and finishing Zend_Oauth's Consumer implementation for the OAuth Core 1.0 Revision A specification. Once I had it finished, I used it to write a quick and simple interface to post some Tweets on Twitter while I was testing it out. [...] In this article I'll explore how to writea quick Twitter client so you can post tweets (those short messages of less than 140 characters) once authorised across the OAuth protocol.

He starts of by explaining what OAuth is and how it can help provide a better level of authentication than just the usual username/password combo. His example code shows how to connect your OAuth provider's settings with the Zend_OAuth object and pass the request token over for authentication. You'll have to approve the mini-application to allow access to your Twitter account, but once you do, it should be smooth sailing.

0 comments voice your opinion now!
oauth zendoauth component zendframework tutorial


blog comments powered by Disqus

Similar Posts

Andrew Podner: PHP Apps and Platform as a Service

Web Builder Zone: Real-life closures examples...for real

PHPBuilder.com: Upgrading Basic Twitter Authentication to OAuth with PHP

John Mertic's Blog: PHP Windows Installer 1 year old (almost)

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features


Community Events











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


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

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