Twitter4J - Java library for TwitterAPI
Twitter4J is a Java library for TwitterAPI. With Twitter4J, you can easily integrate your Java application with the Twitter service.
To implement this library is pretty simple ,just add twitter4j-2.1.0-core.jar to your application classpath. If you are familiar with Java language, looking at the JavaDoc should be the shortest way for you to get started.
twitter4j.Twitter class is the one you may want to look at first.
Features
- 100% Pure Java - works on any Java Platform version 1.4.2 or later
- Works on Android platform (from Version 2.1.0)
- Zero dependency : No additional jars required
- Built-in OAuth support
- Out-of-the-box gzip support for faster performance
Requirement: OS: Windows or any flavor of Unix that supports Java, JVM: Java 1.4.2 or late
Download: http://twitter4j.org/en/index.html#download
Code example: http://twitter4j.org/en/code-examples.html
License: BSD License