Esempio n. 1
0
 /**
  * Report the specified user as a spam account to Twitter. Additionally performs the equivalent of POST blocks / create on behalf of the authenticated user.
  * 
  * Parameters :
  * - screen_name
  * - user_id
  *
  * @static 
  */
 public static function postSpam($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postSpam($parameters);
 }