Waterlog

Results 6 comments of Waterlog

I've tried multiple cases, nothing works. Here's a demo http://jsbin.com/jaxuniya/2/edit?js,console,output Facebook code works well, but the one for Twitter quits with error `501 (Not Implemented)`: ``` XMLHttpRequest cannot load http://urls.api.twitter.com/1/urls/count.json?url=http://google.com&callback=?....

@ded thanks, but your code also doesn't work http://jsbin.com/jaxuniya/3/edit?js,output ``` http://urls.api.twitter.com/1/urls/count.json?url=http://google.com&callback=foo 501 (Not Implemented) http://urls.api.twitter.com/1/urls/count.json?url=http://google.com&callback=foo No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://run.jsbin.io' is therefore not allowed...

It works. I'm not sure about the other browsers, I've tested only in latest Google Chrome. Please don't close current issue before I confirm that this code works in other...

I've also noticed that `jsonp` and `JSONP` aren't similar for reqwest. Probably some place for a `toLowerCase()`. @boazhachlili you'd be a hero if you provide a fix for that.

@boazhachlili thanks mate. I've already moved these requests to php side, since it looks like a jsonp support isn't stable right now. Not sure about the fix, anyway, I'm a...

+1 for IE8 support. Looks like `jsonp` part of the reqwest isn't ready yet for a production usage.