Home
last modified time | relevance | path

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

/plugin/autotweet/
H A DOAuth.php515 $new_token = $this->data_store->new_request_token($consumer, $callback);
705 function new_request_token($consumer, $callback = null) { function in OAuthDataStore