Check this thread for a solution for VB.NET libraries (and perhaps a
good starting point for other languages).
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/734a29fd71d7fdd9#


On Jul 28, 8:19 pm, JDG <ghil...@gmail.com> wrote:
> You shouldn't use java.net.URLEncoder as it encodes more characters than the
> OAuth spec specifies should be encoded.
>
> On Tue, Jul 28, 2009 at 14:12, ks91 <ks91...@gmail.com> wrote:
>
> > The "+" -> "%20" solution seems to work for me.
> > I am writing my own OAuth library in Java, and java.net.URLEncoder
> > encodes
> > the space character to "+".
> > There could be a better way, but replacing the resulted "+" with
> > "%20",
> > status update on Twitter now seems to work.
>
> --
> Internets. Serious business.

Reply via email to