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