The problem I experienced with attempting to POST to Twitter using OAuth was because I was including the authorization parameters in the string list with the actual parameters. Even though the specification allows for that, evidently Twitter’s implementation does not. Using code provided by Chris Kwon, I was able to POST messages to Twitter. I will provide the generics and non-generics versions of his code. Continue reading