コード例 #1
0
 /**
  * Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
  *
  * @static 
  */
 public static function getSuggestedsMembers($slug, $parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getSuggestedsMembers($slug, $parameters);
 }