Version 2.2.024 Feb 2009 - Updated showUser() method to match Twitter's API change:
Feature: The /users/show call now accepts the parameters user_id
and screen_name to allow disambiguation of numeric screen names
Version 2.1.319 Feb 2009 - Fixes response casting exceptions when libcurl Twitter response is null
Version 2.1.217 Feb 2009 - Improves fix from 2.1.1; Should be considered a replacement for 2.1.1
Version 2.1.117 Feb 2009 - Fixed bug with @reply status messages not posting to Twitter (inadvertently introduced in 2.0.4)
Version 2.1.008 Feb 2009 - Introduced support for the Twitter Search API.
- may be accessed from an Arc90_Service_Twitter client via searchApi()
- may be instantiated independently using Arc90_Service_Twitter_Search
Version 2.0.508 Feb 2009 - Fixed image upload methods: updateProfileImage(), updateProfileBackgroundImage()
Version 2.0.407 Feb 2009 - Fixed issue with updateStatus() where URL-encoded statuses were being posted to Twitter without being decoded (thanks to snbeattie)
Version 2.0.302 Feb 2009 - Fixed friendship methods createFriendship(), destroyFriendship() (thanks to mihai.secasiu)
Version 2.0.229 Jan 2009 - Fixed issue with Expect header (HTTP error status 417)
Version 2.0.128 Jan 2009 Version 2.0.028 Jan 2009 - Initial release of the 2.x branch.
- Added support for several new API methods.
- Added support for application 'source' parameter used for status updates
|