Re: [twitter-dev] twitter oAuth 401 Unauthorizd error

2010-09-26 Thread Ramesh Billapati
made callbackurl =oob, it worked! thanks! On Thu, Sep 23, 2010 at 12:57 AM, Tom van der Woerdt i...@tvdw.eu wrote: There's an oauth_callback in your Base String but not in your POST/Authorization header. Tom On 9/23/10 3:00 AM, bill wrote: I have been working on a 401 error from twitter

Re: [twitter-dev] twitter oAuth 401 Unauthorizd error

2010-09-23 Thread Taylor Singletary
Also, please note that OAuth URLs should be https://api.twitter.com/oauth/request_token, https://api.twitter.com/oauth/authorize, and https://api.twitter.com/oauth/access_token. Likewise, API request should go to http://api.twitter.com/1/* Taylor On Wed, Sep 22, 2010 at 10:57 PM, Tom van der

[twitter-dev] twitter oAuth 401 Unauthorizd error

2010-09-22 Thread bill
I have been working on a 401 error from twitter oAuth, but I have no clue. Please see if you can help me Thanks Log === debug: token is now: debug: token_secret is now: debug: Getting request token from http://twitter.com/oauth/request_token debug: callback: debug: signing request with:

Re: [twitter-dev] twitter oAuth 401 Unauthorizd error

2010-09-22 Thread Tom van der Woerdt
There's an oauth_callback in your Base String but not in your POST/Authorization header. Tom On 9/23/10 3:00 AM, bill wrote: I have been working on a 401 error from twitter oAuth, but I have no clue. Please see if you can help me Thanks Log === debug: token is now: debug: