Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在没有服务器端脚本(如 PHP 中的脚本)帮助(如屏蔽密钥)的情况下,纯粹在 JavaScript 中利用它们似乎非常困难或完全不可能。但是,我只能在这个项目中使用 JavaScript。是否仍然可以使用 AuthSub 或 OAuth?
如果不在浏览器中进行加密,则无法使用 OAuth,但可以使用 AuthSub。事实上,谷歌有一个客户端库,让它变得非常简单:-
http://code.google.com/apis/gdata/docs/js-authsub.html