Search found 5 matches

by vizzimo
June 1st, 2011, 1:30 pm
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

shypike wrote: In that case you'll have to wait for release 0.6.3 :)
Thank you for taking care of this, I really hope this will be fixed in the next release! Do you want me to make a list of api methods who do not work with JSONP, or isn't that necessary?
by vizzimo
June 1st, 2011, 10:08 am
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

Do you supply a valid apikey? No, i didn't.. That's the idea. I am writing an application in JavaScript and i have a function that checks for a valid api key. But all returns must be in JSONP. But when I give up an unvalid key, it just returns as a string (JSON) and not a callback function (JSONP),...
by vizzimo
June 1st, 2011, 9:58 am
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

Did you guys implement this function in for all API calls? I can't get this to work with i.e. "error: API Key Incorrect".. It will return just normal JSON and not JSONP.
by vizzimo
May 19th, 2011, 7:55 am
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

Thanks  ;D
by vizzimo
May 19th, 2011, 3:25 am
Forum: Feature Requests
Topic: JSONP support
Replies: 15
Views: 7892

Re: JSONP support

Was this feature implemented in 0.6.0? I can't find it in the documentation. If so, how do I specify the callback function in the URL? IS it just http://****:8080/sabnzbd/api/?output=json&callback=[somecallbackfunction]?