You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
727 B
35 lines
727 B
{ |
|
|
|
"SMDVersion": "2.0", |
|
"id": "http://apiwiki.twitter.com/w/page/22554756/Twitter-Search-API-Method:-search", |
|
"description": "Twitter Search API", |
|
|
|
"transport": "JSONP", |
|
"envelope": "URL", |
|
"additionalParameters": true, |
|
|
|
"parameters": [ |
|
// the most important param, the search query: |
|
{ "name": "q", optional: false, "default":"" }, |
|
|
|
|
|
// result size: large | small (8 or 4 per page) |
|
{ "name": "rpp", optional:true, "default": 10 }, |
|
|
|
// language selection: |
|
{ "name": "lang", optional:true, "default": "en" }, |
|
|
|
// starting page |
|
{ "name": "page", optional:true, "default": 0 } |
|
|
|
], |
|
|
|
"services": { |
|
|
|
"search": { |
|
"target": "http://search.twitter.com/search.json", |
|
"parameters": [ |
|
] |
|
} |
|
} |
|
}
|
|
|