Skip to content

Commit

Permalink
Update importer per @DemitryT recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
jr180180 committed Jan 6, 2020
1 parent efa03cb commit d3e480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require "omnicontacts"

Rails.application.middleware.use OmniContacts::Builder do
importer :gmail, "client_id", "client_secret", {:redirect_path => "/oauth2callback", :ssl_ca_file => "/etc/ssl/certs/curl-ca-bundle.crt"}
importer :yahoo, "consumer_id", "consumer_secret", {:callback_path => "/callback"}
importer :yahoo, "client_id", "client_secret", redirect_path: '/contacts/yahoo/contact_callback'
importer :linkedin, "consumer_id", "consumer_secret", {:redirect_path => "/oauth2callback", :state => '<long_unique_string_value>'}
importer :hotmail, "client_id", "client_secret"
importer :outlook, "app_id", "app_secret"
Expand Down

0 comments on commit d3e480e

Please sign in to comment.