コード例 #1
0
 /**
  * @param string $token Bearer token
  */
 public function setToken($token)
 {
     $this->_twitteroauth->setBearerToken($token);
     return $this;
 }