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