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 b050495 commit 2b856b8Copy full SHA for 2b856b8
lib/omniauth/strategies/salesforce.rb
@@ -67,7 +67,7 @@ def auth_hash
67
def raw_info
68
access_token.options[:mode] = :query
69
access_token.options[:param_name] = :oauth_token
70
- @raw_info ||= access_token.post(access_token['id']).parsed
+ @raw_info ||= access_token.get(access_token['id']).parsed
71
end
72
73
extra do
0 commit comments