예제 #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);
 }