Codebase list ruby-omniauth-facebook / 3b0df6d
update README Mark Dodwell 12 years ago
1 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 **Note:** This gem is designed to work with the unreleased OmniAuth 1.0 library. It will not be officially released on RubyGems.org until OmniAuth 1.0 is released.
33
44 This gem contains the Facebook strategy for OmniAuth.
5
6 ## Supported Flows
7
8 Supports the Server-side Flow as described in the the Facebook docs:
9 http://developers.facebook.com/docs/authentication
10
11 **Pending:** Supports the Client-side Flow via parsing out the verification code from the signed request cookie.
12
13 ## Ruby
14
15 Tested with the following Ruby versions:
16
17 - MRI 1.9.2
18 - MRI 1.8.7
19 - JRuby 1.6.4
520
621 ## License
722