I’m trying call twitter. What is the simplest working call to the twitter-search-api?
This is what I have tired. The call fails.
$.ajax({
dataType: ‘json’,
url: “http://search.twitter.com/search.json?q=skjutsgruppen&callback=?”,
})
Try this: