Пример #1
0
 /**
  * Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to add members to it. Note that lists can’t have more than 5,000 members, and you are limited to adding up to 100 members to a list at a time with this method.
  * 
  * Parameters :
  * - list_id
  * - slug
  * - user_id
  * - screen_name
  * - owner_screen_name
  * - owner_id
  *
  * @static 
  */
 public static function postListCreateAll($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postListCreateAll($parameters);
 }