Ejemplo n.º 1
0
 /**
  * Retweets a tweet. Returns the original tweet with retweet details embedded.
  * 
  * Parameters :
  * - trim_user (0|1)
  *
  * @static 
  */
 public static function postRt($id, $parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postRt($id, $parameters);
 }