OAuth 2.0 Google登录和非Google API调用

时间:2018-06-18 08:30:42

标签: javascript oauth-2.0 google-oauth

我刚开始使用网络开发,目前我正在制作一个包含JavaScript的简单HTML页面。

该页面需要此API的数据: https://apis-explorer.appspot.com/apis-explorer/?base=https://ao-docs.appspot.com/_ah/api#p/search/v1/search.search.searchDocuments

它需要OAuth 2.0协议进行授权并使用Google帐户登录,因此我在OAuth 2.0上关注客户端Web应用程序https://developers.google.com/identity/protocols/OAuth2UserAgent但我只能使用Google的API而不是一个在上面。

我是所有这些API的初学者,我正在寻找适应症。

感谢您的帮助。

编辑:我已经意识到我在发现网址上收到了错误。

var discoveryUrl =' https://www.googleapis.com/discovery/v1/apis/search/v1/rest';

here is an image of the error

0 个答案:

没有答案