Skip to content

Commit

Permalink
fixing an oopsie. (forgot to replace FACEBOOK_KEY and FACEBOOK_SECRET…
Browse files Browse the repository at this point in the history
… with real info)
  • Loading branch information
Robert Whitener committed May 11, 2011
1 parent 75920e1 commit 1beea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/omniauth.rb
@@ -1,3 +1,3 @@
Rails.application.config.middleware.use OmniAuth::Builder do
provider :facebook, FACEBOOK_KEY, FACEBOOK_SECRET, {:client_options => {:ssl => {:ca_path => "/etc/ssl/certs"}}}
provider :facebook, "160343384030567", "75b140df0def2a3932a82380d04f1449", {:client_options => {:ssl => {:ca_path => "/etc/ssl/certs"}}}
end

0 comments on commit 1beea5c

Please sign in to comment.