Custom login page for Twitter using spring social

122 views Asked by At

I'm currently working towards completing university course. One of the task is to create application, which retrieve user data from Twitter APIs and then display data on webpage. To retrieve user data user should first sign in to our app. For make this process easier we are using spring social

Is it possible to customize login page that when user has to sign in, he WILL BE NOT redirect to Twitter signin page? So when user provide information like email and password on my webpage, the process of getting twitter access token will be handle in background(in java code).

If it is possible, how to do that? And how the flow of the my program will look like?

Thanks in advance

0

There are 0 answers