A Rails 3 engine for Twitter, Facebook and LinkedIn logins using OmniAuth
To use OmniSocial in a Rails 3 application:
-
Require it in the Gemfile:
gem 'omnisocial' -
Install it by running
bundle. -
Run
rails g omnisocialto copy an initializer, database migration and some CSS and image assets into your base application directory. -
Edit
config/initializers/omnisocial.rband include your application's Twitter and Facebook OAuth configuration. -
Run
rake db:migrateto create the user and login_account tables. -
Test that the logins work by accessing
/logininside your application.
Some more detailed installation instructions are in the project announcement article.
OmniSocial is Copyright (c) 2010-2011 Tim Riley and Icelab, and is released under MIT License.