During the Oauth Process I retrieve a authorization URL like the following,
https://accounts.google.com/o/oauth2/auth?
scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&
redirect_uri=urn:ietf:wg:oauth:2.0:oob&
response_type=code&
client_id=812741506391-h38jh0j4fv0ce1krdkiq0hfvt6n5amrf.apps.googleusercontent.com
This link just brings up a window with a text box that displays the authorization code. I was wondering is it possible in WinRT to either open up a internal browser that would allow me to interact with the link or use some sort of HTTP request to get the data?
Is it possible or will I have to just launch IE and make the user copy and paste?
Cheers.
You can use the WebView control and navigate with it.