示例#1
0
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new WeiboOauth($this->appid, $this->secid);
 }
示例#2
0
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new MsnOauth($this->appid, $this->secid);
     $this->callback = urlencode($this->callback);
 }
示例#3
0
文件: QQ.php 项目: andygoo/DengLuTong
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new QQOauth();
 }
示例#4
0
 /**
  * OPENID登录无须获取token,直接跳转
  */
 function gotoLoginPage()
 {
     parent::openidredirect();
 }
示例#5
0
 function __construct()
 {
     parent::__construct(self::$site);
 }