November 2014
Intermediate to advanced
258 pages
5h 15m
English
OAuth was actually born while writing the OpenID API for Twitter. In this recipe, we will integrate Twitter login with our application.
We will continue by building over the Using Google for authentication recipe. It is easy to just implement Twitter auth by leaving out specific parts from Facebook and/or Google authentication.
Now, we have to create an application from the Twitter Application Management page (https://apps.twitter.com/). It will automatically create API key and API secret for us to use. Have a look at the following screenshot:

As always, we will first start with the configuration ...
Read now
Unlock full access