Пример #1
0
 /**
  * Subscribes the authenticated user to the specified list.
  * 
  * Parameters :
  * - list_id
  * - slug
  * - owner_screen_name
  * - owner_id
  *
  * @static 
  */
 public static function postListSubscriber($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postListSubscriber($parameters);
 }