Migrated from search-api v4
parent
e5874cde71
commit
e44fe74377
1 changed files with 3 additions and 5 deletions
|
|
@ -5,13 +5,11 @@ Returns data about your specified search query. This can be filtered through oth
|
|||
Parameters:
|
||||
* <b>callback:</b> Optional. Only available for JSON format. If supplied, the response will use the JSONP format with a callback of the given name.
|
||||
* <b>lang:</b> Optional: Restricts tweets to the given language, given by an ISO 639-1 code.
|
||||
o Example: http://search.twitter.com/search.atom?lang=en&q=devo
|
||||
* <b>rpp:</b> Optional. The number of tweets to return per page, up to a max of 100.
|
||||
o Example: http://search.twitter.com/search.atom?q=devo&rpp=15
|
||||
* <b>page:</b> Optional. The page number (starting at 1) to return, up to a max of roughly 1500 results (based on rpp * page. Note: there are pagination limits.
|
||||
* <b>since_id: Optional. Returns tweets with status ids greater than the given id.
|
||||
* <b>geocode: Optional. Returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile. The parameter value is specified by "latitide,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly.
|
||||
* <b>show_user: Optional. When true, prepends "<user>:" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is false.
|
||||
* <b>since_id:</b> Optional. Returns tweets with status ids greater than the given id.
|
||||
* <b>geocode:</b> Optional. Returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile. The parameter value is specified by "latitide,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly.
|
||||
* <b>show_user:</b> Optional. When true, prepends "<user>:" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is false.
|
||||
|
||||
h3. A note about the above parameters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue