I want to display on website total number of followers and tweets for public twitter acount.
I found this GET method at: https://dev.twitter.com/docs/api/1/get/account/totals
I am trying to use getJSON and not getting any results
$.getJSON(“http://api.twitter.com/1/boeingcareers/totals.json”, function(data) {
alert(data)
});
Any help, please.