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