コード例 #1
0
 /**
  * Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their “friends”).
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - cursor
  * - skip_status (0|1)
  * - include_user_entities (0|1)
  *
  * @static 
  */
 public static function getFriends($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getFriends($parameters);
 }