示例#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
 function __construct()
 {
     parent::__construct(self::$site);
     $this->openid = new LightOpenID();
     $this->identity = 'https://www.google.com.hk/accounts/o8/id';
 }
示例#5
0
 function __construct()
 {
     parent::__construct(self::$site);
 }