http://twitter4j.org/
A Simple How To:
The first thing we need to do is to create an application within your twitter account, grant it access and generate authentication tokens (although, the consumer tokens will also work and it will be automatically generated upon creating the application).
1) Create an Application in your twitter account: Go To > Settings > Applications > Developers > “here”. You must login with your twitter account (or the account that you will use in your API).
2) Create your application: Enter required fields.
3) A consumer keys will be given to you. if you’re only looking to read status updates, this is sufficient enough for your needs.
The Code:
For this example, I’m using Eclipse IDE.
1) Create a New Java Project and include the Twitter4j Library (download it here).
2) Create a class and check the code below:
Console Output:
And the Actual Twitter Feed:
Download the code :p
Enjoy!
Reference: Twitter API on your Java Application from our JCG partner Alvin Reyes at the Alvin “Jay” Reyes Blog.








