Home
last modified time | relevance | path

Searched refs:to_postdata (Results 1 – 2 of 2) sorted by relevance

/plugin/autotweet/
H A Dtwitteroauth.php188 return $this->http($request->get_normalized_http_url(), $method, $request->to_postdata());
H A DOAuth.php401 $post_data = $this->to_postdata();
412 public function to_postdata() { function in OAuthRequest