All Projects → jnunemaker → Twitter App

jnunemaker / Twitter App

example rails 3 application that uses oauth

Programming Languages

ruby
36898 projects - #4 most used programming language

TwitterApp

TwitterApp is a very basic Rails 3 application that demonstrates how to use the Sign in with Twitter workflow with version 1.x of the twitter gem (which has removed built-in OAuth support).

Installation

git clone git://github.com/jnunemaker/twitter-app.git
cd twitter-app
bundle install

Usage

Using TwitterApp requires you to register an app with Twitter to obtain OAuth credentials. Once you obtain credentials, substitute your consumer key and secret into the command below.

CONSUMER_KEY=abc CONSUMER_SECRET=123 rails server

OmniAuth

If you would like to see how to use the omniauth gem for authentication, Erik Michaels-Ober maintains a simple Rails application that demonstrates how to do so.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].