在 Oauth 过程中,我检索如下授权 URL,
https://accounts.google.com/o/oauth2/auth?范围=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
这个链接只是打开一个带有显示授权代码的文本框的窗口。我想知道在 WinRT 中是否可以打开一个允许我与链接交互的内部浏览器或使用某种 HTTP 请求来获取数据?
是否有可能或者我必须启动 IE 并让用户复制和粘贴?
干杯。