News Feed
Jobs Feed
Sections




News Archive
Chris Shiflett's Blog:
Twitter OAuth
September 17, 2010 @ 08:48:59

Chris Shiflett has a new post to his blog today about the new authentication model Twitter uses, OAuth, and how you can connect your PHP applications to their services.

I've been working on a project with my Analog friends that might use the Twitter API to streamline stuff like signup for those who already use Twitter. Because this now requires OAuth, I needed to implement OAuth quickly, so that we had something to test and consider.

He chose this Twitter library to connect his application and mentions the consumer key and consumer secret you'll nee to get from the Twitter development site. The library makes it as simple as passing these bits of information in and having the Twitter side handle it from there (a redirect to approval page). The callback URL is requested and you then have access to that user's information including name, location, URL and description.

0 comments voice your opinion now!
twitter oauth authentication tutorial twitteroauth


blog comments powered by Disqus

Similar Posts

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

Tutorial: A Simple Sessions Tutorial

DZone.com: Creating a virtual server with Vagrant: a practical walkthrough

Tales of a Coder: DocBlox - Pain Free Documentation

PHPBuilder.com: Customize Your WordPress Blog with PHP Plugins and Widgets


Community Events











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


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

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