[twitter-dev] xauth nonce and token secret

2010-08-17 Thread Olu
I'm trying to implement Twitter XAuth for my application. My application has already been registered and approved for XAuth privileges. However, the documentation mentions that I need to include a nonce or token secret when authenticating. What is this? I have no idea what the nonce or token

[twitter-dev] Oauth Incorrect signature Error

2010-08-18 Thread Olu
Hi, I've been able to get a token and secret for an user but however, I'm getting an error while trying to use the status/update call. I've googled the problem and tried several solutions but none seems to work. I'm not sure what the problem is and I've been looking at this for hours. I would

[twitter-dev] Re: Oauth Incorrect signature Error

2010-08-18 Thread Olu
actually presenting your POST body to the request. You'll also want to pass a Content-Type header on POST requests containing a POST body indicating the disposition of your content. Taylor On Wed, Aug 18, 2010 at 10:40 AM, Olu oowos...@gmail.com wrote: Hi, I've been able to get a token

[twitter-dev] Re: Oauth Incorrect signature Error

2010-08-18 Thread Olu
containing a POST body indicating the disposition of your content. Taylor On Wed, Aug 18, 2010 at 10:40 AM, Olu oowos...@gmail.com wrote: Hi, I've been able to get a token and secret for an user but however, I'm getting an error while trying to use the status/update call. I've googled