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