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