News Feed
Jobs Feed
Sections




News Archive
DeveloperTutorials.com:
Writing A Simple Twitter Client Using the PHP Zend Framework's OAuth Library
October 22, 2009 @ 18:25:15

New on the Developer Tutorials site there's a tutorial from Padraic Brady showing how to create a simple Twitter client (to connect and send a tweet to the timeline) via an OAuth (Zend_OAuth) connection.

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 briefly covers what OAuth is and how its used to connect to sites in place of the more widespred method of a username/password combination. His script shows how to create the OAuth object with the right credentials and have it send a tweet as that login.

0 comments voice your opinion now!
oauth connection tutorial twitter


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Singleton Classes in PHP

HowTo Forge: Installing The PHP-MemCache Module On CentOS 5.0

DevShed: Developing SOAP Clients using PHP

ZendCasts.com: Unit Testing Action Helpers

Jeremy Cook's Blog: Using the Countable Interface


Community Events











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


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

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