Twitter4J 2.1.8 released - now supports ALL official APIs
Twitter4J is an open-sourced, mavenized and Google App Engine/Android ready Java library for the Twitter API which is released under the BSD license.
Twitter4J 2.1.8 is now available for download.
This version supports all existing REST APIs, and comes with example codes for all APIs.
This version is also available in the Maven central repository.
http://repo1.maven.org/maven2/org/twitter4j/
You can also use the snapshot repository.
http://twitter4j.org/maven2/org/twitter4j/
Release Notes - Twitter4J - Version 2.1.8
Bug
- [TFJ-392] - & not escaped properly in JSON results
- [TFJ-449] - GetSuggestedUserCategories.java fails with ArrayIndexOutOfBoundsException
- [TFJ-450] - all trends Resources examples scripts point twitter4j.examples.tweets.UpdateStatus
- [TFJ-455] - createPlace() fails with 404
Improvement
- [TFJ-403] - include entities is not enabled for some methods
- [TFJ-447] - getOAuthRequestToekn() should throw IllegalStateException if Access token is already available
- [TFJ-448] - getRetweetedBy(IDs)(long statusId, Paging paging) is useless as it returns only the first 100 users and no pagination is necessary
- [TFJ-456] - retry when receiving 503 status code
- [TFJ-461] - documentation is pointing old OAuth endpoints
New Feature
- [TFJ-397] - support site streams
- [TFJ-451] - support /related_results/show
- [TFJ-457] - support twipplePhoto
Task
- [TFJ-452] - deprecate updateDeliveryDevice
- [TFJ-453] - changing email via account/update_profile is no longer supported
- [TFJ-458] - refactor ImageUpload
- [TFJ-459] - ImageUpload example
- [TFJ-460] - remove authentication credentials from the repository
| Tweet |