예제 #1
0
파일: Sina.php 프로젝트: andygoo/DengLuTong
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new WeiboOauth($this->appid, $this->secid);
 }
예제 #2
0
파일: Msn.php 프로젝트: andygoo/DengLuTong
 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);
 }