# File lib/oauth/provider/authorizer.rb, line 70 def encode_response response.map do |k, v| [URI.escape(k.to_s),URI.escape(v)] * "=" end * "&" end