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