资 源 简 介
jQuery Twitter API aims to give Web developers the ability to request Twitter public informations from a simple JavaScript function call. See Twitter API for more information http://apiwiki.twitter.com/.
NB : informations requiring authentication are not accessible to JavaScript inside classical Web pages because of the [same origin policy restriction](https://developer.mozilla.org/en/SameoriginpolicyforJavaScript)
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.
1. success