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

Chris Shiflett\'s Blog: PHP Security and SABSA

DevShed: Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5

Sameer Borate's Blog: Detecting duplicate code in PHP files

DevShed: Introduction to Using SQLite with PHP 5

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHP_CodeSniffer


Community Events











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


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

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