Linkedin oAuth for win Phone 8.1

Linkedin oAuth for win Phone 8.1

我正在使用 LinkedIn oAuth 2.0 登录开发 Win Phone 8.1 应用程序
但是当我试图为我的应用程序获取授权码时
我没有获得授权码,因为作为响应我得到 html 代码
我已通过 NavigateToString(HTMLstring)
将其分配给我的 WebView 控件 在一篇文章中,我看到我们必须添加一个带有 WebView 控件的页面 并导航到此控件中的 oAuth 提供程序
这种方法是正确的还是我必须通过任何其他方式来做? 请帮助我。

WP8.1连接OAuth2.0最好使用WebAuthenticationBroker

您可以找到 MSDN 文档:https://msdn.microsoft.com/library/windows/apps/br227025

这里是一般的例子:https://code.msdn.microsoft.com/windowsapps/Web-Authentication-d0485122#content

这里是 LinkedIn:https://code.msdn.microsoft.com/windowsapps/LinkedIn-OAuth-20-Example-408dd568