Ejemplo n.º 1
0
 /**
  * Creates a new list for the authenticated user. Note that you can’t create more than 20 lists per account.
  * 
  * Parameters :
  * - name (1-25)
  * - mode (public|private)
  * - description
  *
  * @static 
  */
 public static function postList($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postList($parameters);
 }