Ive been tryin to solve this for a long time and now know why its not possible. The url
http://twittercounter.com/api/?username=Anand_Dasgupta&output=json&results=3
returns a json but when i append a "&callback=get" along with it,it doesnt specify the callback wrapper function.
So the only solution now is to build a wrapper manually round the json data.
My question is how do i do that. Is there some code already existing in php/javascript that i can change according to my specs.
Any advice will be appreciated.
Thank You
Anand