Twitter API on your Java Application

Ever wonder of attaching your tweets to your Java Applications? I searching for the best API out there for this and lucky for me, I found it!

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.

Share and enjoy!


© 2010-2012 Java Code Geeks. Licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
All trademarks and registered trademarks appearing on Java Code Geeks are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries.
Java Code Geeks is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.