[twitter-dev] Re: Oauth Signatures

2010-02-18 Thread Dewald Pretorius
Oh, I understand what you mean, i.e., urlencode. No, I do that. I was referring to normalize with the PHP Normalize class FORM_C. On Feb 18, 4:24 pm, Ryan Alford wrote: > In my testing, I got the 401 error when posting a simple status such as > "testing testing" instead of normalizing it to "tes

Re: [twitter-dev] Re: Oauth Signatures

2010-02-18 Thread Ryan Alford
In my testing, I got the 401 error when posting a simple status such as "testing testing" instead of normalizing it to "testing%20testing". I can't tell if it's the "invalid signature" error since I can't figure out how to see that in .Net, but I can see that it's the "401: Unauthorized" error. R

[twitter-dev] Re: Oauth Signatures

2010-02-18 Thread Dewald Pretorius
Ryan, Is that with just plain ASCII in the update text that you get a 401 when not normalized? The bulk of my signatures work fine, and I'm not normalizing at this point. It's just now and again that Twitter says 401 Invalid signature on a status update. So, I wondering if the text has some stran