# File lib/omniauth/strategies/gowalla.rb, line 33
      def request_phase
        options[:scope] ||= "read"
        super
      end