谷歌oauth javascript跨域
在此页面上:http://code.google.com/apis/accounts/docs /OAuth2UserAgent.html Google 提供了如何使用与其 API 通信的客户端应用程序进行 oauth 的说明。
第一步是调用他们的令牌验证 API。但如果我想从 javascript 执行此操作,则需要跨域的 ajax 请求。
似乎随着最近跨域内容的所有改进,这应该是可能的,但我还没有弄清楚。任何指示都会有帮助。
On this page: http://code.google.com/apis/accounts/docs/OAuth2UserAgent.html Google gives instructions for doing oauth with client side applications that talk to their apis.
One step is to call their token validation api. But if I want to do this from javascript, it would require an ajax request which is cross domain.
It seems like with all the improvements to cross domain stuff recently this should be possible, but I'm not figuring it out. Any pointers would be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要完全基于浏览器的解决方案,则应考虑使用 Google API JavaScript客户端。以下是有关如何使用该库进行身份验证的文档:https: //code.google.com/p/google-api-javascript-client/wiki/身份验证
If you want a completely browser-based solution, you should consider using the Google APIs JavaScript client. Here is the documentation on how to do auth using that library: https://code.google.com/p/google-api-javascript-client/wiki/Authentication