示例#1
0
文件: OAuth.php 项目: fignew/xibo-cms
 /**
  * builds the data one would send in a POST request
  */
 public function to_postdata()
 {
     return TwitterOAuthUtil::build_http_query($this->parameters);
 }