Codebase list ruby-omniauth-facebook / 4b88fe8
correct description and dependencies Praveen Arimbrathodiyil 10 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1212 Package: ruby-omniauth-facebook
1313 Architecture: all
1414 XB-Ruby-Versions: ${ruby:Versions}
15 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
16 # omniauth-oauth2 (~> 1.1.0), minitest (>= 0, development), mocha (>= 0, development), rake (>= 0, development)
15 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-omniauth-oauth2
1716 Description: Oauth2 facebook strategy for OmniAuth
18 This gem contains a OAuth2 facebook strategy for OmniAuth. It supports the OAuth 2.0 server-side and client-side
19 flows.
17 This gem contains a OAuth2 facebook strategy for OmniAuth. It supports the
18 OAuth 2.0 server-side and client-side flows.
2019 .
21 Read the Facebook docs for more details: http://developers.facebook.com/docs/authentication.
20 Read the Facebook docs for more details:
21 http://developers.facebook.com/docs/authentication.