コード例 #1
0
 /**
  * Returns a collection of relevant Tweets matching a specified query.
  * 
  * Parameters :
  * - q
  * - geocode
  * - lang
  * - locale
  * - result_type (mixed|recent|popular)
  * - count (1-100)
  * - until (YYYY-MM-DD)
  * - since_id
  * - max_id
  * - include_entities (0|1)
  * - callback
  *
  * @static 
  */
 public static function getSearch($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getSearch($parameters);
 }