Hey there,
I have a problem with the callback from twitter. I’m using twitter4j, but that problem shouldn’t have anything to do with that.
But I’m still a beginner at these things, so I’m not sure.
Well…
I have a “sign-in”-link on “http://127.0.0.1:8080/webapp/login”. When the user clicks on the link he’ll get redirected to twitter. After the login he should be redirected to “http://127.0.0.1:8080/webapp/callback”, but that doesn’t work. I registered “http://127.0.0.1:8080/webapp/callback” as callback-url on twitter already, but the user gets directly back to “http://127.0.0.1:8080/webapp/login” every time.
Would be nice if someone could help me out.
Thanks in advance.