Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NETTUTS.com:
How to Authenticate Users With Twitter OAuth
Aug 04, 2010 @ 15:50:41

On NETTUTS.com today there's a new tutorial posted about setting up your application to use OAuth and authenticate against Twitter.

Beginning August 16th, Twitter will no longer support the basic authentication protocol for its platform. That means the only way to authenticate users will be through a Twitter application. In this tutorial, I’ll show you how to use Twitter as your one-click authentication system, just as we did with Facebook.

They walk you through all the steps you'll need to make the authentication work:

  • Setting up the application (as a Twitter app)
  • Registering users
  • Reading statuses
  • Posting updates
tagged: twitter oauth authentication tutorial

Link:


Trending Topics: