[twitter-dev] Re: Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-12-01 Thread Chris Koenig
In case anyone was following this, I figured it out. I had a programmatic problem that caused a mismatch between the status populated in the base string and status sent in the POST body. I was also URL encoding the POST body, which I don't think I should have been doing. Anyway, it's working now.

Re: [twitter-dev] Re: Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-12-01 Thread Matt Harris
Hey Chris, Glad to hear you found the problem, and thanks for sharing the solution! Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Dec 1, 2010 at 3:40 PM, Chris Koenig chris.koe...@gmail.com wrote: In case anyone was following this, I figured it