Client-side Twitter API method using XMLHttpRequest?

Posted by user359239 on Stack Overflow See other posts from Stack Overflow or by user359239
Published on 2010-06-05T14:59:30Z Indexed on 2010/06/05 15:02 UTC
Read the original article Hit count: 164

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?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about xmlhttprequest