I am trying to implement an OAuth provider in Rails 3. When I try to authorize a client app I get this error. I am using the RESTful auth plugin and pelles OAuth-plugin. W
try this:
safeurl = URI.encode(url.strip) response = RestClient.get(safeurl)