seanski / nashville-developers

This is the app that we will be building in the Ruby on Rails Beginner's Meetup
7 stars 9 forks source link

Implement Twitter Oauth #3

Open seanski opened 10 years ago

seanski commented 10 years ago

We need to be able to login with Twitter. You can use the Facebook code as a go-by. Remember that Twitter does not send email addresses, so you'll need to do something like "username@twitter.com".

maxbeizer commented 10 years ago

See also: https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview

mattSpell commented 10 years ago

I'll try to tackle that one.