jquery-twitter-api
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”)
jQuery Twitter API Web Site
jQuery Twitter API Download

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

2 Responses to “jQuery Twitter API”

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

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>