示例#1
0
 public static function getWeiboClient()
 {
     if (self::$weiboClient == null) {
         $config = self::getConfig();
         $akey = $config->weibo->zhaopin->akey;
         //$skey = $config['weibo']['skey'];
         self::$weiboClient = new SaeTClientV2($akey, null, $_COOKIE, null, '');
     }
     return self::$weiboClient;
 }