[twitter-dev] Re: Problem redirecting with oauth_callback to localhost

2010-10-27 Thread Robert Brehm
Never mind. I found that I needed to use the twitter4j getOAuthRequestToken method that accepts a callback URL. Bob On Oct 27, 2:10 pm, Robert Brehm wrote: > Hi, > > I have been having trouble getting my app to redirect to localhost. > Here's the URL. > > http:

[twitter-dev] Problem redirecting with oauth_callback to localhost

2010-10-27 Thread Robert Brehm
Hi, I have been having trouble getting my app to redirect to localhost. Here's the URL. http://api.twitter.com/oauth/authenticate?oauth_token=XXX&oauth_callback=http%3A%2F%2Flocalhost%2Fmyapp%2FSocialMediaLogin%2Fsocialmedialogin.do%3Fprovider%3DTwitter. What's happening is the twitter applicati

[twitter-dev] Twitter detection in the client

2010-05-14 Thread Robert Brehm
Hello, I am implementing an auto login feature in my web application. What I want to do is detect the presence of twitter. If it is present (open) then I want to do an auto-login which will send a callback to my server to initiate the login. What I want to know is: How can I detect the presen