Exemplo n.º 1
0
 /**
  * Allows the authenticating users to follow the user specified in the ID parameter.
  * 
  * Parameters :
  * - screen_name
  * - user_id
  * - follow (0|1)
  *
  * @static 
  */
 public static function postFollow($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postFollow($parameters);
 }