
With the jQuery Twitter API, communicate with Twitter using simple function calls. These methods can be of two forms depending on the type of requests :
* $.twitter.optional-subapi.method(success, additionalParametersObject);
* $.twitter.optional-subapi.method(specificParameter, success, additionalParametersObject);
The parameters are :
1. specificParameter : a string representing the query, example : “web”, “sroucheray”… Some methods do not require this parameter some do.
2. success : A function to be called if the request succeeds. It must be of the form function success(jsonData, textStatus)
3. additionalParametersObject : An object containing additional parameters to handle the request. Almost all jQuery Ajax options can be set in this object (exception are “data”, “dataType”, “jsonp”, “success”, “type” and “url”)
Web Site
Download

[...] 1. jQuery Twitter API [...]
[...] jquery twitter api – download 3. juitter – jquery twitter – demo – [...]