function __construct($wb_type)
 {
     parent::__construct($wb_type);
 }
Example #2
0
 function __construct($wb_type, $call_back = null, $url = null)
 {
     parent::__construct($wb_type);
     $oo = new keke_oauth_login_class($wb_type);
     $_SESSION['auth_' . $wb_type]['last_key'] or $oo->login($call_back, $url);
 }