Search code examples
javajspjsftwittertwitter-oauth

Java based oAuth API to connect to Twitter


I need to use oAuth in order to login to my website (with a Twitter account). The backend of the website will be created using Java and the front end will be created using JSP/JSF. Is there any Java based stable API that i could use to connect to Twitter using oAuth ?

Note : I am aware that there is OAuth and xAuth, i think xAuth uses a pin verification method. What i want to have in my site is a OAuth verification that doesn't use a pin based verification method.


Solution

  • twitter4j - stable and active.