Esempio n. 1
0
 /**
  * Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - since_id
  * - count (1-200)
  * - include_rts (0|1)
  * - max_id
  * - trim_user (0|1)
  * - exclude_replies (0|1)
  * - contributor_details (0|1)
  * - include_entities (0|1)
  *
  * @static 
  */
 public static function getUserTimeline($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getUserTimeline($parameters);
 }