How to Authenticate Users With Twitter OAuth
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...
View ArticleiPhone SDK: Connect to Twitter with OAuth
This tutorial will show you how to quickly integrate the Twitter API with the iPhone SDK using Twitter-OAuth-iPhone, a plug-and-play Twitter library for the iPhone composed of multiple open-source...
View ArticleCreating a Twitter OAuth Application
OAuth can be a tricky concept to wrap your head around at first, though. now that the Twitter API requires its use, you need to understand it before creating any Twitter application. This tutorial will...
View ArticleOAuth 2.0 – The Good, The Bad & The Ugly
In a world dominated by social media, it’s hard to not come across a client application which you have used to access restricted resources on some other server, for example, you might have used a...
View ArticleAccessing Google Services Using the OAuth 2.0 Protocol
This tutorial will dive into implementing Google Services using the OAuth 2.0 protocol. Read on! OAuth 2.0 Overview The OAuth 2.0 protocol provides a simple and secure standard that allows third-party...
View Article