I'm having problems figuring out the logistics of how to do the following on Android: load a URL in a browser, the user logs in and hits authorize, then the browser is redirected to another page that displays all of the JSON data that I need to pull out of it.
I've tried using WebView, but it seems buggy. I cannot simply have it pull up the initial URL in the default internet app because I need to pull the JSON data from the website and as far as I'm aware there isn't a way to automatically switch back to my app.
Any help is greatly appreciated!