chrome.identity.launchWebAuthFlow
方法总是抛出错误无法加载授权页面。
请求时:
"&redirect_uri=http://localhost:8080"
登录时会显示Google的身份验证弹出窗口:出现错误。
"&redirect_uri=" + chrome.identity.getRedirectURL()
错误立即抛出
我需要从Opera扩展程序登录Google,因此getAuthToken
对我不起作用。
答案 0 :(得分:0)
我找到了解决方案。在google dev控制台中创建oauth2客户端而不是“chrome app”时,您应该使用redirect uri=https://<appid>.chromiumapp.org/
创建“Web应用”。