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.

Reply via email to