http://ift.tt/eA8V8JHow to Use OmniAuth-Twitter in a Rails Application TutorialsFeed In this tutorial, you will learn how to allow users of your application to log in using their Twitter account. Doing this has been made easy with tools such as OAuth.
You will make use of OmniAuth-Twitter, which contains the Twitter strategy for OmniAuth.
Let's dive in!
Getting Started
Start by generating your Rails application. From your terminal, run the command to do so:
No comments:
Post a Comment