Skip to content

How do i make custom api calls?

jpurcell edited this page Aug 3, 2011 · 1 revision
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.