Skip to content

Commit c7422a8

Browse files
Merge pull request #33 from chussenot/fixes/oauth2-1-4
Fix the oauth 1.4 issues
2 parents 11b8bf4 + 80f5f73 commit c7422a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/omniauth/strategies/linkedin.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ def raw_info
6363
@raw_info ||= access_token.get("/v1/people/~:(#{option_fields.join(',')})?format=json").parsed
6464
end
6565

66-
def callback_url
67-
options[:callback_url] || super
68-
end
69-
7066
private
7167

7268
def option_fields

0 commit comments

Comments
 (0)