# File lib/omniauth/strategies/oauth/hyves.rb, line 64 def to_params(options) options.collect{|key, value| "#{key}=#{value}"}.join('&') end