Hi everyone
I’ve seeking for a solution of this problem since 3 months.
I have an application which uses Struts (Java Framework) and tries to connect to Twitter. I’m also using Twitter4j library.
Everytime I request a token for authorize an user, I get this URL: https://api.twitter.com/oauth/authorize?oauth_token=xxx
When I redirect, using the sendRedirect method from the HttpServletResponse class, this URL shows nothing. When I copy this URL into another tab or browser window it shows with no problem at all.
Is this a bug coming from Twitter or am I doing something wrong?
Please help.
Thanks.