From e44fe743771d4c883d3073908deb810eb2b42024 Mon Sep 17 00:00:00 2001 From: ryanmcgrath Date: Mon, 13 Sep 2010 02:21:35 -0700 Subject: [PATCH] Migrated from search-api v4 --- Search-API.textile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Search-API.textile b/Search-API.textile index 1661faa..ace5877 100644 --- a/Search-API.textile +++ b/Search-API.textile @@ -5,13 +5,11 @@ Returns data about your specified search query. This can be filtered through oth Parameters: * callback: Optional. Only available for JSON format. If supplied, the response will use the JSONP format with a callback of the given name. * lang: 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 * rpp: 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 * page: 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. - * since_id: Optional. Returns tweets with status ids greater than the given id. - * 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. - * show_user: Optional. When true, prepends ":" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is false. + * since_id: Optional. Returns tweets with status ids greater than the given id. + * 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. + * show_user: Optional. When true, prepends ":" 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