Guest User

Untitled

a guest
Apr 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. OmniAuth.config.logger = Rails.logger
  2.  
  3. Rails.application.config.middleware.use OmniAuth::Builder do
  4. provider :facebook, '1755790344707835', '04ca9840f9bc2f5d1cd9f28c842a4bda', {:client_options => {:ssl => {:ca_file => Rails.root.join("cacert.pem").to_s}}}
  5. end
Add Comment
Please, Sign In to add comment