Twitter4J Changelog

What's new in Twitter4J 3.0.4

Apr 11, 2013
  • SPDY support
  • introduce a utility class that calculates tweet text length after t.co applied on API side
  • log which twitter4j.properties is used
  • ability to call undocumented APIs
  • introduce a utility class to replace t.co links in tweet with display urls
  • Query#resultType should take enum type
  • Changes to withheld content fields
  • support new metadata
  • support application-only authentication
  • loading status geo location data from coordinates field replacing the deprecated geo field
  • constructor of OEmbedRequest is package private and is unable to instantiate from outside
  • Using API1.1 verify credentials URL when upload image to Lockerz.
  • add Status#getFavoriteCount()
  • isJDK14orEarlier flag is not necessary anymore
  • Add support for the new trim_user attribute

New in Twitter4J 2.2.0 (Feb 22, 2011)

  • [TFJ-399] - example classes need to migrate to OAuth
  • [TFJ-423] - Tweets Resources examples
  • [TFJ-424] - User Resources examples
  • [TFJ-425] - Trends Resources examples
  • [TFJ-426] - Local Trends Resources examples
  • [TFJ-427] - List Resources examples
  • [TFJ-428] - List Members Resources examples
  • [TFJ-429] - List Subscribers Resources examples
  • [TFJ-430] - Direct Message Resources examples
  • [TFJ-431] - Friendship Resources examples
  • [TFJ-432] - Friends and Followers Resources examples
  • [TFJ-433] - Account Resources examples
  • [TFJ-434] - Favorite Resources examples
  • [TFJ-435] - Notification Resources examples
  • [TFJ-436] - Block Resources examples
  • [TFJ-437] - Spam Reporting Resources example
  • [TFJ-438] - Saved Searches Resources examples
  • [TFJ-439] - Geo Resources examples
  • [TFJ-440] - Legal Resources examples
  • [TFJ-441] - Help Resource examples
  • [TFJ-442] - Streamed Tweets Resources examples
  • [TFJ-443] - Search API Resources examples
  • [TFJ-444] - httpclient-support compilation fails: ThreadSafeClientConnManager#setMaxTotalConnections() is now setMaxTotal()