I have an app that i am writing that requires a user to authenticate through OAuth, and then returns some JSON with a Secret key etc. I am achieving this through a browser Intent, and the information is returning to the browser but not the application. There are multiple stages to the authentication inside the browser, with the user inputting their email and password twice before the JSON is returned.
My question is this - is there anyway to set up a listener for that Intent that returns the data from the Intent when the browser finally loads the JSON response page?
Thanks in advance.