News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Understanding OAuth - Tweeting from Scratch, Part 2
October 25, 2011 @ 10:09:48

On PHPMaster.com today they're posted the second part of their OAuth series showing you how to use the authentication mechanism to connect to Twitter's API. (Part one is here.

Welcome back to Understanding OAuth - Tweeting from Scratch. This is Part 2 of the two-part series and picks up right where we left off in Part 1 with your returned Access Credentials. Since obtaining the credentials is the grueling part of the process, there's not much more left to do except posting a tweet on the user's behalf. Hopefully you'll find the final steps to be a lot easier to follow and more fun to implement.

They show you how to store the credentials from Part 1 into your session for safe keeping and include a simple form you will use to send a tweet to Twitter. They choose to manually build the HTTP POST request, including the credential headers along with the payload (oauth_consumer_key, oauth_signature, oauth_token, etc).

0 comments voice your opinion now!
oauth tutorial tweet series connection authentication api


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Building a 5 Star Rating System with jQuery, AJAX and PHP

php|architect: An overview of the CakePHP framework

ScratchProjects.com: Build an RSS Feed Reader using Ajax and PHP

Stefan Mischook's Blog: Classes and Objects in PHP

Evan Sims' Blog: Announcing libGameFly


Community Events











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


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

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