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