You are here

public function sOAuthRequest::to_postdata in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.js.inc \sOAuthRequest::to_postdata()

builds the data one would send in a POST request

1 call to sOAuthRequest::to_postdata()
sOAuthRequest::to_url in ./jquery_social_stream.js.inc
builds a url usable for a GET request

File

./jquery_social_stream.js.inc, line 742
JS callbacks.

Class

sOAuthRequest

Code

public function to_postdata() {
  return sOAuthUtil::build_http_query($this->parameters);
}