liaolzy / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

You can remove the dependency of assembly System.Web #169

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I'd like to use OAuthBase for mobile device usage rather than on a Web 
Server.
2. So I can't add the assembly System.Web
3. So I can NOT use HttpUtility

What is the expected output? What do you see instead?

The HttpUtility.UrlEncode can be replaced with Uri.EscapeDataString

But there's an issue about RFC3986, please referer to 
http://blog.nerdbank.net/2009/05/uriescapedatapath-and.html

Thank you.

Original issue reported on code.google.com by zhush...@gmail.com on 26 May 2010 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by morten.f...@gmail.com on 29 Mar 2011 at 6:01