Interesting, for some reason I thought there were a few explicit exceptions that had to be made, but your solution looks pretty elegant.
--ab On Wed, Feb 3, 2010 at 7:48 PM, ryan alford <[email protected]> wrote: > I have it working and have had it working for months. My code is > open-source and written in C#. > > http://twiteclipseapi.codeplex.com/ > > I haven't tried every special character, though I haven't run across a > character that didn't work. > > Ryan > > Sent from my DROID > > On Feb 3, 2010 6:53 PM, "Andrew Badera" <[email protected]> wrote: > > Are you following the proper URL encoding? Basic .NET URLEncode > doesn't meet OAuth's encoding spec. I forget what it is offhand, but > they aren't 100% equivalent. > > ∞ Andy Badera > ∞ +1 518-641-1280 Google Voice > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me: http://www.google.com/search?q=andrew%20badera > > > > On Wed, Feb 3, 2010 at 6:50 PM, John Meyer <[email protected]> wrote: >> has anybody on a .NE...
