Skip to content

Commit bac97f1

Browse files
authored
Merge pull request omniauth#44 from mlsaito/misc/update-basic-scope
2 parents 79e5d71 + 8398bcf commit bac97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omniauth/strategies/instagram.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def callback_url
1212
end
1313

1414
def request_phase
15-
options[:scope] ||= 'basic'
15+
options[:scope] ||= 'instagram_basic'
1616
options[:response_type] ||= 'code'
1717
options[:enforce_signed_requests] ||= false
1818
options[:extra_data] ||= false

0 commit comments

Comments
 (0)