I was implementing BestBuy API. I have seen it's JSON callback url. Can anyone tell me xml callback url?
I have written this query
String url = "https://api.bestbuy.com/v1/products((search="+keyWords+"))?apiKey=myApiKey&callback=XML_CALLBACK&format=xml";
But it gives me nullpointer exception