JSONP Callback not working?

#1 - Aug. 10, 2012, 8:34 p.m.
Blizzard Post
I'm attempting to setup a connection using JSONP and Jquery, and am recieving an "invalid label" error. This is usually pertaining to the server side no setup for callback.

Is anyone else having problems with this? I'm using the same code for the WOW API just with new url, and it's not working. IF you AREN'T having any problem, do you mind posting a snippet of your code showing how you can pull battletag heroes? I can work it out from there if I can see how people are doing this.
Forum Avatar
Web & Mobile Team
#2 - Aug. 10, 2012, 8:46 p.m.
Blizzard Post
It looks correct: http://us.battle.net/api/d3/profile/Kieble-1634/?callback=foo

In jquery, is the callback attribute set as callback or jsonp?