[twitter-dev] Re: Twitter API OAuth Questions - (401) Unauthorized error when posting status

2009-09-24 Thread eclipsed4utoo
Thanks. I ended up copying the final url and pasting it into my browser. I was then able to see that it was complaining about the nonce. I changed it to use a GUID instead of a random number, since a random number could reproduce the same numbers. That seemed to have fixed my problem. On Sep

[twitter-dev] Re: Twitter API OAuth Questions - (401) Unauthorized error when posting status

2009-09-24 Thread chad
Hello, It looks like your base string is formatted correctly to generate the signature. Not sure if you displayed the final URL for clarity, but since sending a status update requires a POST, you need to put all of the parameters in the body of the POST request instead of in the URL query string.