用户
 找回密码
 入住 CI 中国社区
搜索
楼主: jeongee
收起左侧

[库 Library] 社交化登陆 Oauth2 SocialAuth for CodeIgniter

  [复制链接]
发表于 2013-5-31 13:18:40 | 显示全部楼层
好像要写回调地址吧? 用例子直接上测试都提示 回调地址错误~
直接打开回调地址 又可以去到授权页面
发表于 2013-5-31 13:22:38 | 显示全部楼层
是否伪静态问题?
发表于 2013-10-8 17:22:44 | 显示全部楼层
见了
UDSync  
Ci整合ucenter
Oauth2 SocialAuth for CodeIgniter
等众多优秀项目
想开发一个用户中心User oriented
一键账号通,以后可以让本地用户接入其它网站做应用
不知道实现起来有什么。。。。
qq群:169767729
http://codeigniter.org.cn/forums/thread-17691-1-1.html
发表于 2013-11-21 03:04:14 | 显示全部楼层
jeongee 发表于 2013-3-11 18:56
需要将post请求改写使用curl来做就可以了
PHP复制代码
 
case 'POST':    
                $ch = curl_init();
                curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
                curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
                curl_setopt($ch, CURLOPT_POST, TRUE);
                curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($params));
                curl_setopt($ch, CURLOPT_URL, $url);
                $response = curl_exec($ch);
                curl_close($ch);
                $return = json_decode($response, true);
 
            break;
 
复制代码


老大这样写不行,求指点。$return 最后得不到东西。请求帮忙!

发表于 2013-11-21 03:06:11 | 显示全部楼层
jeongee 发表于 2013-2-25 18:53
已在GITHUB更新演示网站的源代码

租的空间不给升级,实在需要支持5.2,求上贴指点。2013-11-21 03:06:08

发表于 2013-11-26 13:01:24 | 显示全部楼层
厉害
发表于 2013-12-6 14:19:48 | 显示全部楼层
好东西 谢谢分享
发表于 2014-4-15 10:26:25 | 显示全部楼层
有点儿难啊
发表于 2015-1-27 16:27:23 | 显示全部楼层
回调地址在那呢?

redirect uri is illegal(100010)

本版积分规则