neuecc / AsyncOAuth

Portable Client Library and HttpClient based OAuth library, including all platform(for PCL).
101 stars 39 forks source link

Fixing a problem with escaped characters in URLs. #6

Closed gjulianm closed 10 years ago

gjulianm commented 10 years ago

If the escaped characters were something special, like '&' or '=', it would cause problems when splitting parameters. The solution I've found is to keep the query string escaped, then unescape the value on ParseQueryString.

neuecc commented 10 years ago

Thanks! Your solution is right. I Merged and publish next version soon.

neuecc commented 10 years ago

published 0.8.1