We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BH.api(url,method,params,callback);
Where the URL is the Twitter endpoint, such as http://api.twitter.com/1/statuses/home_timeline.format, method is POST or GET, params are the string of parameters to give and the callback is a callback function.