- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在google+上分享一些动态内容。为此,我检查了它 https://developers.google.com/+/web/share/interactive#rendering_the_button_with_javascript
<head>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/client:plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</head>
<body>
<button
class="g-interactivepost"
data-contenturl="http://www.pubandbar-network.co.uk/"
data-clientid="102180630313.apps.googleusercontent.com"
data-cookiepolicy="single_host_origin"> Share
</button>
</body>
Error: origin_mismatch
Request Details
scope=https://www.googleapis.com/auth/plus.login
response_type=code token id_token gsession
access_type=online
redirect_uri=postmessage
cookie_policy=single_host_origin
proxy=oauth2relay554026710
origin=http://www.pubandbar-network.co.uk
state=1995523240|0.4607792083184853
display=page
client_id=102180630313.apps.googleusercontent.com
authuser=0
最佳答案
原点不匹配通常是由于 Javascript 原点未在 API project console 中正确设置所致。 .您需要确保 Javascript 来源与您的请求来自的域以及您在登录后返回用户的域相匹配。
更多详细信息可以在 "Create a client ID and client secret" section 中的开发人员文档中找到。 .
注意:这里的一个常见错误是为 http://添加 javascript 源而不是 https://(反之亦然)。如果您想允许用户从这两个站点访问您的站点,那么您需要在 javascript 控制台中列出这两个站点。
注意(感谢 Bethel Goka):如果用户访问您的网站时 URL 中出现端口号,则必须在 javascript 源中包含服务器的端口号。
关于api - 在 Google+ 共享 api 中出现 origin_mismatch 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16850350/
当我尝试从我的服务器访问谷歌地图引擎中的项目时它使“错误:origin_mismatch”我做了JavaScript的起源http://myserver.com和错误中出现的请求详细信息是同源的。有什
我已经完成了获取谷歌分析帐户列表的代码并且它与静态 clientid 一起工作正常 我使用过这个教程:Hello Analytics API: JavaScript quickstart for we
我正在开发一个 Angular 网页,需要使用 google Drive api 进行文件选取,并且该应用程序的一些用户遇到了 google oauth 问题。 它说来源不匹配,但 URI 在 Goo
我想在google+上分享一些动态内容。为此,我检查了它 https://developers.google.com/+/web/share/interactive#rendering_the_but
关闭。这个问题需要debugging details .它目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and th
当我尝试通过另一个使用不同端口的网站使用 Google Calendar API 时,收到一条错误 origin_mismatch 消息。 当 API 请求从 http://original.doma
我正在尝试运行 Google Drive 的实时 API 的快速启动代码。 我相信我做对了一切。但我越来越 Error: origin_mismatch Request Details ope
我是一名优秀的程序员,十分优秀!