Showing Posts For drmadison.1385:

Launching /v2/account (w/ Authentication)

in API Development

Posted by: drmadison.1385

drmadison.1385

Also for mobile apps, it’s standard to give a redirect / response URL that’s handled internally by the app (both iOS and Android SDKs allow you to control a WebView and see any URL’s attempted to navigate to).

In this case you’d grab the response URL and send the data to your own code instead of a web server…so you don’t specifically NEED a webserver, just a web view that enables you to handle the response.