Thursday, November 19, 2009

Twitter API Library Build 13 (Breaking Change)

I pushed href="http://github.com/navarr/PHP-Twitter-API-Library/commit/f27608a709ac04676df68a3689845c72eb4755cf">Build
13 today.  This build adds the recent addition of descriptions to a user’s list.


This change breaks:

  • TwitterAPI::lists_create
    and
  • TwitterAPI::lists_update

The new profiles for these commands are as follows:

TwitterAPI::lists_create(
str $name [, str $description = NULL [, bool
$privacy = TWITTER_PRIVACY_PUBLIC ] ] )

TwitterAPI::lists_update(
str $name [, str $new_name = NULL [, str
$description = NULL [, bool $privacy = NULL ] ] ]
)

No comments:

Post a Comment