Re: [twitter-dev] Cannot obtain access token for authenticated user when a callback url is sent

2010-06-04 Thread Taylor Singletary
Could you share some of the steps of your request while setting your oauth_callback? * Signature Base String * Your Authorization header * Any POST body you are sending * The exact URL you are executing What happens when you complete the authorization step? What specifically does not happ

[twitter-dev] Cannot obtain access token for authenticated user when a callback url is sent

2010-06-04 Thread avinash
Hi, I'm working on a web app(interacts with twitter) which uses an oauth protocol for user authorisation. I had registered my app at twitter with a specified callback url. But while I make an request I override it by binding oauth_callback parameter in my request header. It works fine till user au