示例#1
0
文件: OAuth.php 项目: techart/tao
 public function __construct($store = null, array $consumer = array(), Service_OAuth_SignatureMethod $sign_method = null)
 {
     $this->store = $store;
     $this->consumer = $consumer;
     $this->options['sign_method'] = Service_OAuth::HMACSHA1();
 }