I am trying to implement OAuth 2.0 for an app I am building. We are following draft 25 here http://tools.ietf.org/pdf/draft-ietf-oauth-v2-25.pdf.
I have got the client_id and secret from the server but I need to pass this into a webview so the user can sign in and give permission. How do I go about this?
This is really simple but having now idea about web technologies I was a little lost. I needed to modify the URL with a ?, then the param name, then an =, then the param value.
Like so