Re: [twitter-dev] Re: Web Application talking to twitter API

2010-07-07 Thread Matt Harris
Hi Vijay, For the situation you describe we provide a "My Access Token" page which you can reach from the details page of your application. Just visit http://dev.twitter.com/apps, follow the link to your applications details and then click "My Access Token" on the right hand side. That page provid

[twitter-dev] Re: Web Application talking to twitter API

2010-07-07 Thread Vijay
Hi, I am trying a server to server communication from my Java application to my twitter account only.I assuming I have to use 2 legged OAuth/ xAuth to do this and avoid the browser redirection in the middle since this user/twitter account is totally under my control and I will not be using it for

[twitter-dev] Re: Web Application talking to twitter API

2010-06-13 Thread Vijay
HI Matt, Thanks for your response. I tried using the oauth token and secret for the x_auth_username and x_auth_password but that did not work for the 2 legged oauth that I am trying to achieve using Twitter4J so that I don't get prompted for the browser authorization that I am trying to avoid.I ha