Skip to content

Instantly share code, notes, and snippets.

@ArionHardison
Created April 15, 2012 17:06
Show Gist options
  • Save ArionHardison/2393892 to your computer and use it in GitHub Desktop.
Save ArionHardison/2393892 to your computer and use it in GitHub Desktop.
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