Class SearchClient
Defined in: SearchClient.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SearchClient(consumerKey, consumerSecret, token, tokenSecret)
Creates an instance of SearchClient.
|
Method Attributes | Method Name and Description |
---|---|
search(parameters, callback)
Returns tweets that match the specified parameters.
|
Class Detail
SearchClient(consumerKey, consumerSecret, token, tokenSecret)
Creates an instance of SearchClient.
- Parameters:
- {String} consumerKey
- OAuth consumer key.
- {String} consumerSecret
- OAuth consumer secret.
- {String} token
- OAuth token.
- {String} tokenSecret
- OAuth token secret.
Method Detail
search(parameters, callback)
Returns tweets that match the specified parameters.
For information on acceptable parameters see the official Twitter documenation.
- Parameters:
- {Dictionary} parameters
- {Function} callback
- The callback function.