Skip to content

Commit 80f5f73

Browse files
committed
Fix the oauth 1.4 issuex
1 parent 11b8bf4 commit 80f5f73

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)