コード例 #1
0
 /**
  * Allows the authenticating user to unfollow the user specified in the ID parameter.
  * 
  * Parameters :
  * - screen_name
  * - user_id
  *
  * @static 
  */
 public static function postUnfollow($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postUnfollow($parameters);
 }