Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Adding some extra omniauth instructions readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
robban committed Jan 11, 2013
1 parent c1f00ba commit 66f84fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ You can allow users to sign up and log in using their accounts from other social
provider :facebook, 'APP_ID', 'APP_SECRET'
provider :linked_in, 'CONSUMER_KEY', 'CONSUMER_SECRET'
end
u
You must also add the corresponding provider gem, for example to use facebook login you will need to add

gem 'omniauth-facebook'

to your gemfile

See the [OmniAuth Github repository](https://github.com/intridea/omniauth) for more information and configuration options.

Expand Down

0 comments on commit 66f84fe

Please sign in to comment.