I'm having a tough time finding some basic information on the accepted way to do JSONP with my app...
Let me explain, say I have an app (App A) that provides a response in json, how can I call that script using jQuery from a different site, and load that JSON data? I'm pretty sure I can just link to a JS file on app A and use that to load the data into the page, but other than that I'm a little lost on the proper convention of doing this... any help is seriously greatly appreciated, even just pointing me in the right direction or article would be awesome.