From: "PEAR Announce" on
The new PEAR package Services_Twitter-0.5.0 (beta) has been released at http://pear.php.net/.

Release notes
-------------
REST API changes:
-----------------
+ added statuses/home_timeline method,
+ added statuses/retweeted_by_me method,
+ added statuses/retweeted_to_me method,
+ added statuses/retweets_of_me method,
+ added statuses/retweet method,
+ added statuses/retweets method,
+ added report_spam method,
* changed old API url (http://twitter.com) to http://api.twitter.com/1,
* replaced page by cursor attribute in statuses/friends, statuses/followers, friends/ids and followers/ids,
* set auth required to false in account/rate_limit_status,
- removed email parameter in account/update_profile method,

Search API changes:
-------------------
+ added locale parameter to search method.

Other changes:
--------------
* fixed screenname regex,
* fixed and improved some tests.

Package Info
------------
An interface for communicating with Twitter's public API. Send status updates, fetch information, add friends, etc.

Related Links
-------------
Package home: http://pear.php.net/package/Services_Twitter
Changelog: http://pear.php.net/package/Services_Twitter/download/0.5.0
Download: http://download.pear.php.net/package/Services_Twitter-0.5.0.tgz

Authors
-------
Joe Stump <pear(a)joestump.net> (lead)
David Jean Louis (lead)
Bill Shupp <hostmaster(a)shupp.org> (lead)