What steps will reproduce the problem?
1. Any status update with url-encoded characters fails.
2. Example: twitCurl::statusUpdate("blah blah")
3. An authentication error is returned for any status updates containing
characters which will be url encoded (signature error).
What is the expected output? What do you see instead?
The status key/value is urlencoded twice before a signature is generated.
Currently pre-signature it is:
status%3Dblah%252520blah
Where instead it should be
status%3Dblah%2520blah
What version of the product are you using? On what operating system?
latest trunk, Windows 7, VS2010.
Please provide any additional information below.
Removing calls to urlencode in buildOAuthRawDataKeyValPairs should fix this
problem.
Original issue reported on code.google.com by tmgre...@gmail.com on 14 Jun 2012 at 1:59
Original issue reported on code.google.com by
tmgre...@gmail.com
on 14 Jun 2012 at 1:59