我正在尝试使用 Google Api 客户端代码撤销令牌。
我的代码看起来像这样:
$.get("https://accounts.google.com/o/oauth2/revoke?token=" + accessToken, function () {
window.location.reload();
});
我收到以下错误?
XMLHttpRequest 无法加载 https://accounts.google.com/o/oauth2/revoke?token=tokenishere来源 http://balblabla.com不受 Access-Control-Allow-Origin 的允许。