예제 #1
0
 public function __construct($consumerKey, $consumerSecret, $signatureMethod = 'HMAC-SHA1')
 {
     $this->consumerKey = $consumerKey;
     $this->consumerSecret = $consumerSecret;
     $this->signatureMethod = $signatureMethod;
     $this->curl = EpiTwitterCurl::getInstance();
 }
예제 #2
0
 function __construct($key)
 {
     $this->key = $key;
     $this->epiCurl = EpiTwitterCurl::getInstance();
 }