Twitter4J は、その名の通りJava からTwitterAPIを操作するためのライブラリです。
REST とか XML とか気にせず、タイプセーフに手軽に Twitter API をいじることができます。
今回のリリースではお気に入り関連、アカウント関連、通知関連のメソッドのサポートを追加しました。
修正内容の詳細はこちら。
ちなみに私のアカウントは http://twitter.com/yusukeyです。
お気軽に follow してください。
関連エントリ:
・Google Calendar と Twitter を連携 – Twittercal
・ Suitter Public beta 1.0
・メールで Twitter! – TwitterMail.com
・Twitter4J 1.0.2 リリース
・Twitter4J 1.0.1 リリース
・Twitter4J 1.0 リリース
リリース1.0.3 で追加されたメソッドは以下の通りです。
public final synchronized List<Status> favorites() throws TwitterException
public final synchronized List<Status> favorites(int page) throws TwitterException
public final synchronized List<Status> favorites(String id) throws TwitterException
public final synchronized List<Status> favorites(String id,int page) throws TwitterException
public final synchronized Status createFavorite(int id) throws TwitterException
public final synchronized Status destroyFavorite(int id) throws TwitterException
public final synchronized boolean verifyCredentials()
public final synchronized List<Status> archive() throws TwitterException
public final synchronized List<Status> archive(int page) throws TwitterException
public final synchronized List<User> getFriends(int page) throws TwitterException
public final synchronized List<User> getFriends(String id,int page) throws TwitterException
public final synchronized User follow(String id) throws TwitterException
public final synchronized User leave(String id) throws TwitterException
public final synchronized List<Status> favorites(int page) throws TwitterException
public final synchronized List<Status> favorites(String id) throws TwitterException
public final synchronized List<Status> favorites(String id,int page) throws TwitterException
public final synchronized Status createFavorite(int id) throws TwitterException
public final synchronized Status destroyFavorite(int id) throws TwitterException
public final synchronized boolean verifyCredentials()
public final synchronized List<Status> archive() throws TwitterException
public final synchronized List<Status> archive(int page) throws TwitterException
public final synchronized List<User> getFriends(int page) throws TwitterException
public final synchronized List<User> getFriends(String id,int page) throws TwitterException
public final synchronized User follow(String id) throws TwitterException
public final synchronized User leave(String id) throws TwitterException