Skip to content

Commit 58b732e

Browse files
committed
Update linkedin.rb
1 parent 936c707 commit 58b732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omniauth/strategies/linkedin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class LinkedIn < OmniAuth::Strategies::OAuth2
1515
}
1616

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

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

0 commit comments

Comments
 (0)