Created
April 15, 2012 17:06
-
-
Save ArionHardison/2393892 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LinkedIn.configure do |config| | |
config.token = OauthProviders[:linkedin][:app_id] | |
config.secret = OauthProviders[:linkedin][:app_secret] | |
end | |
# in oauth.rb should be | |
LinkedIn.configure do |config| | |
config.token = OauthProviders[:linked_in][:app_id] | |
config.secret = OauthProviders[:linked_in][:app_secret] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment