コード例 #1
0
 /**
  * Access to Twitter’s suggested user list. This returns the list of suggested user categories. The category can be used in GET users / suggestions / :slug to get the users in that category.
  * 
  * Parameters :
  * - lang
  *
  * @static 
  */
 public static function getSuggestions($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getSuggestions($parameters);
 }