I'm trying to run the following:
$.getJSON('http://services.digg.com/2.0/story.getTopNews?limit=25&callback=?', function(data) {
console.log(data);
});
But I'm getting:
story.getTopNews:-1Resource interpreted as Script but transferred with MIME type application/json.
story.getTopNews:2Uncaught SyntaxError: Unexpected token :
I've also tried something like ...