コード例 #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
ファイル: Gmail.php プロジェクト: andygoo/DengLuTong
 function __construct()
 {
     parent::__construct(self::$site);
     $this->openid = new LightOpenID();
     $this->identity = 'https://www.google.com.hk/accounts/o8/id';
 }
コード例 #5
0
ファイル: KaiXin.php プロジェクト: andygoo/DengLuTong
 function __construct()
 {
     parent::__construct(self::$site);
 }