Example #1
0
 public function ty()
 {
     $c = $this->getConfig();
     $o = new WeiboClient($c['WB_AKEY'], $c['WB_SKEY'], $_SESSION['last_key']['oauth_token'], $_SESSION['last_key']['oauth_token_secret']);
     $msg = $o->unfollow(1872980130);
     dump($msg);
 }