Can anyone share an example of how to connect through PS2013 through the REST API from a remote ASP.NET web application?
I'm using the REST API and JSON-P to get around the cross-domain call. But I'm seeing the following error:
LOG: Could not complete cross-domain call: App Web is not deployed for this app's request url https://xxxxxxxx/PWA.
I'm using similar code to the CrossDomainExec.js example provided in the 2013 SDK.