type
Twitter.search_options
=
{ 
string
 
geocode
, 
string
 
lang
, 
string
 
locale
, 
int
 
count
, 
 
until
, 
string
 
since_id
, 
string
 
max_id
, 
 
include_entities
, 
string
 
callback
 }
Options of a Twitter search- geocode Returns tweets by users located within a given radius of the given latitude/longitude.
-
lang Restricts results to given language
-
locale Restricts tweets to the given language, given by an ISO 639-1 code.
-
result_type Specifies what type of search results you would prefer to receive. (mixed, popular, recent)
-
count Tweets returned per page
-
until Returns tweets generated before the given date.
-
since_id Returns only tweets which id greater than since_id
-
max_id Returns results with an ID less than (that is, older than) or equal to the specified ID.
-
include_entities The entities node will be disincluded when set to false.
-
callback If supplied, the response will use the JSONP format with a callback of the given name.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.