What steps will reproduce the problem?
1. Sending certain characters to twitter API (Any character that has to be
percent encoding, except the blank space?).
What is the expected output? What do you see instead?
I'd expect twitter's server to accept my oauth signature but it hits me in the
face instead.
What version of the product are you using? On what operating system?
r88, this problem applies to both linux and wii (through devkitpro)
Please provide any additional information below.
The problem can be fixed by removing the urlencode() calls within
buildOAuthRawDataKeyValPairs() in oauth.cpp.
That is (according to https://dev.twitter.com/docs/auth/creating-signature )
how twitter says we have to do it. I don't know (did not check) if that's how
the oauth spec says it should be done but it is clearly how it works with
twitter.
Did you write oauthlib.cpp?
Original issue reported on code.google.com by paguiar32 on 22 Jun 2012 at 5:10
Original issue reported on code.google.com by
paguiar32
on 22 Jun 2012 at 5:10