Example #1
0
 /**
  * builds the data one would send in a POST request
  */
 public function to_postdata()
 {
     return JO_OAuth_Util::build_http_query($this->parameters);
 }