You are here

function OAuthDataStore::fetch_request_token in OAuth 1.0 6

File

./OAuth.php, line 648

Class

OAuthDataStore

Code

function fetch_request_token($consumer) {

  /*{{{*/

  // return a new token attached to this consumer
}