Skip to content

Commit

Permalink
Update linkedin.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
abrambailey committed Sep 24, 2014
1 parent 936c707 commit 58b732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/linkedin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LinkedIn < OmniAuth::Strategies::OAuth2
}

option :scope, 'r_basicprofile r_emailaddress'
option :fields, ['id', 'email-address', 'first-name', 'last-name', 'headline', 'location', 'industry', 'picture-url', 'public-profile-url']
option :fields, ['id', 'email-address', 'first-name', 'last-name', 'headline', 'location', 'industry', 'picture-urls::(original)', 'public-profile-url']

# These are called after authentication has succeeded. If
# possible, you should try to set the UID without making
Expand Down

0 comments on commit 58b732e

Please sign in to comment.