Exemple #1
0
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new WeiboOauth($this->appid, $this->secid);
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new MsnOauth($this->appid, $this->secid);
     $this->callback = urlencode($this->callback);
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct(self::$site);
     $this->oauth = new QQOauth();
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct(self::$site);
     $this->openid = new LightOpenID();
     $this->identity = 'https://www.google.com.hk/accounts/o8/id';
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct(self::$site);
 }