Repository is archived
No commit activity in last 3 years
No release in over 3 years
A Challah plugin to allow authentication and registration with Facebook API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.9.0
>= 3.1
>= 0.9.2
 Project Readme

challah-facebook

challah-facebook is an extension to the Challah gem that allows users to register and authenticate with the Facebook graph API (Facebook Connect.)

Requirements

  • Ruby 1.9.2+
  • Bundler
  • Rails 3.1+
  • Challah Gem 0.9+

Installation

gem install challah
gem install challah-facebook

Or, in your Gemfile

gem 'challah', '>= 0.9'
gem 'challah-facebook'

License

challah-facebook is released under the MIT license

Contributions and pull-requests are more than welcome.