1

有没有办法在基于 Javascript 和 HTML5 的 Windows 8 应用程序中使用 Facebook/Twitter 登录?

授权页面不允许自己嵌入,iframe我无法从 javascript 代码导航最顶层窗口到授权 url(“url 因为 url 启动另一个应用程序。只有直接的用户交互才能启动另一个应用程序。Visual Studio 当前未附加到支持脚本诊断的脚本调试目标”错误)。

4

1 回答 1

2

一位微软工程师的回复,非常感谢他:

有几种方法可以做到这一点。您可以自己完成工作以获取令牌。例如 ...

https://github.com/cauld/winjs-oauth-for-twitter

... 和 ...

http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/1b17ec50-00af-48ff-980c-5bf58145f2a9

或者您可以使用 WebAuthenticationBroker ...

http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.authentication.web.webauthenticationbroker.aspx

http://code.msdn.microsoft.com/windowsapps/Web-Authentication-d0485122

于 2013-04-06T02:11:03.540 回答