Does (or did) Twitter ever have a method in their API that allowed client-side HTTP requests without producing any cross-domain issues? I have a site that used the following url: http://search.twitter.com/search.json?q=from%3adaleyjem&rpp=3&page=1&callback=?
It once worked, but now it doesn't.
Is there something else I should be using, or do I have to make a request to my own server-side code?