首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >HybridAuth Google+登录错误: redirect_uri_mismatch

HybridAuth Google+登录错误: redirect_uri_mismatch
EN

Stack Overflow用户
提问于 2015-03-30 19:16:04
回答 1查看 1.9K关注 0票数 2

为了在我的网站上实现混合程序2.4,除了config.php之外,所有代码都是现成的,但是我在Google+上遇到了问题。我已经试过所有的东西,并且正在慢慢地失去它。

代码语言:javascript
复制
400 Error: redirect_uri_mismatch

示例Url:hub/

我在google控制台中重定向uri的设置:

代码语言:javascript
复制
http://runettv.com/hybridauth
http://runettv.com/hybridauth/
http://runettv.com/hybridauth/examples
http://runettv.com/hybridauth/examples/ 

我也尝试过localhost:8080, localhost:8080/等。

我的base_urlhttp://runettv.com/hybridauth

不知道如何排除故障。有人成功了吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-03-30 23:42:14

配置的redirect_uri和使用的redirect_uri必须完全匹配。添加http://runettv.com/hybridauth?hauth.done=Google到您的应用程序配置,您应该是好的。

票数 8
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29354395

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档