Example #1
0
 /**
  * Returns the 20 most recent Tweets favorited by the authenticating or specified user.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - count (1-200)
  * - since_id
  * - max_id
  * - include_entities (0|1)
  *
  * @static 
  */
 public static function getFavorites($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getFavorites($parameters);
 }