We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936c707 commit 58b732eCopy full SHA for 58b732e
lib/omniauth/strategies/linkedin.rb
@@ -15,7 +15,7 @@ class LinkedIn < OmniAuth::Strategies::OAuth2
15
}
16
17
option :scope, 'r_basicprofile r_emailaddress'
18
- 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']
19
20
# These are called after authentication has succeeded. If
21
# possible, you should try to set the UID without making
0 commit comments