[twitter-dev] Re: RESTful API issue with JSONP calls

2009-10-01 Thread Vision Jinx
Hi David, Yes, that's what I am asking but my experience is different. o.O When I click the links I provided the one I get the json data (download file w/json) while the other I just get a 404 page saying File not found Firefox can't find the file at

[twitter-dev] Re: RESTful API issue with JSONP calls

2009-10-01 Thread David Somers
Interestingly, when I click the link in Google Chrome, it just hangs loading...curl works fine though. So try curl, see what happens :-) David On Oct 1, 12:37 pm, Vision Jinx vjn...@gmail.com wrote: Hi David, Yes, that's what I am asking but my experience is different. o.O When I click

[twitter-dev] Re: RESTful API issue with JSONP calls

2009-10-01 Thread Vision Jinx
Hey David, On my Linux box at home I did a CURL request curl http://twitter.com/statuses/user_timeline.json? id=twittercallback=bar and got back bar({request:/statuses/user_timeline.json? id=twittercallback=bar,error:Not found}) This is strange though that CURL seems to work where

[twitter-dev] Re: RESTful API issue with JSONP calls

2009-09-30 Thread David Somers
I might be understanding wrong, but when I do: $ curl http://twitter.com/statuses/user_timeline.json? id=twittercallback=bar I get: bar({request:/statuses/user_timeline.json? id=twittercallback=bar,error:Not found}) Isn't that what you're asking for? David On Sep 30, 10:53 am,