Class Index | File Index

Classes


Class SearchClient


Defined in: SearchClient.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
SearchClient(consumerKey, consumerSecret, token, tokenSecret)
Creates an instance of SearchClient.
Method Summary
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 10 2012 17:01:44 GMT-0400 (EDT)