<< November 2008 | Home | January 2009 >>

Twitter4J 1.1.2 released

Twitter4J 1.1.2 has just been released and will be available from the maven central repository soon.

Twitter4J is an open-sourced and mavenizable Java library for the Twitter API which is released under a BSD-style license.
http://yusuke.homeip.net/twitter4j/index.html


With Twitter4J, you can easily integrate your application with twitter.com.

This release contains a couple of bug fixes for AsyncTwitter.
Users using AsyncTwitter may want to apply this apply this release.
Here are the list of fixes included in version 1.1.2.

Bug

  • [TFJ-61] - AsyncTwitter#createFavoriteAsync(), destoryStatusAsync(), destroyFavoriteAsync() should take long instead of int
  • [TFJ-64] - AsyncTwitter#show(long) fails with ClassCastException

Improvement

  • [TFJ-63] - typo: detroy -> destory