コード例 #1
0
 /**
  * Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported.
  * 
  * Parameters :
  * - q
  * - page
  * - count
  * - include_entities (0|1)
  *
  * @static 
  */
 public static function getUsersSearch($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getUsersSearch($parameters);
 }