We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79e5d71 + 8398bcf commit bac97f1Copy full SHA for bac97f1
lib/omniauth/strategies/instagram.rb
@@ -12,7 +12,7 @@ def callback_url
12
end
13
14
def request_phase
15
- options[:scope] ||= 'basic'
+ options[:scope] ||= 'instagram_basic'
16
options[:response_type] ||= 'code'
17
options[:enforce_signed_requests] ||= false
18
options[:extra_data] ||= false
0 commit comments