# File lib/omniauth/strategies/oauth2/instagram.rb, line 33
      def request_phase
        options[:scope] ||= 'basic'
        options[:response_type] ||= 'code'
        super
      end