我想将 WebAuthenticationBroker 用于带有 Pocket (http://getpocket.com) 的 oAuth。在http://getpocket.com/developer/docs/authentication中描述了 Pocket API 。问题是重定向uri。在他们的示例中,它被设置为 iOS 和 Android 的自定义协议。你如何在 WinRT 上处理这个问题?
当我提供一个空的重定向 uri 时它不起作用。当我提供像http://www.google.sk这样的 uri 时,我会看到 Pocket 的授权对话框,我授权我的应用程序并被重定向到http://www.google.sk。但是窗口不会关闭,我只能单击后退按钮,这会导致 WebAuthenticationResult 被取消。