YurunOAuthLogin
GitHub地址:https://github.com/Yurunsoft/YurunOAuthLogin
码云地址:https://gitee.com/yurunsoft/YurunOAuthLogin
官方文档:http://doc.yurunsoft.com/YurunOAuthLogin/42
使用说明
在composer中添加配置
{ "require": { "yurunsoft/yurun-oauth-login": "~2.0" } }
QQ登陆
进行实例化
$qqOAuth = new \Yurun\OAuthLogin\QQ\OAuth2('appid', 'appkey', 'callbackUrl');
QQ互联申请地址:https://connect.qq.com/index.html
callbackUrl:填写回填地址,需要相同和你创建的应用所填写的回调地址
发表评论