Skip to content

Commit

Permalink
fixing scoping error with facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Whitener committed May 11, 2011
1 parent 095ba44 commit 2c375f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Expand Up @@ -173,7 +173,7 @@
# up on your models and hooks.
# config.omniauth :github, 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
#Facebook omniauth
config.omniauth :facebook, "160343384030567", "75b140df0def2a3932a82380d04f1449",{:scope => 'email, offline_acces',:client_options => {:ssl => {:ca_file => '/usr/lib/ssl/certs/ca-certificates.crt'}}}
config.omniauth :facebook, "160343384030567", "75b140df0def2a3932a82380d04f1449",{:scope => 'email, offline_access',:client_options => {:ssl => {:ca_file => '/usr/lib/ssl/certs/ca-certificates.crt'}}}

# ==> Warden configuration
# If you want to use other strategies, that are not supported by Devise, or
Expand Down

0 comments on commit 2c375f5

Please sign in to comment.