I am building a service that needs to manage the user authentication through Twitter API with Spring Social Twitter and return some basic user info such as the email.
The idea will be to make this process with no callbacks (avoiding response.sendRedirect( authorizeUrl );
), providing the whole info from the client and letting the server to make the whole stuff.
Is this possible?