You are here

function OAuthDataStore::new_request_token in jQuery social stream 8

Same name and namespace in other branches
  1. 8.2 src/Twitter/OAuthDataStore.php \Drupal\jquery_social_stream\Twitter\OAuthDataStore::new_request_token()

File

src/Twitter/OAuthDataStore.php, line 18

Class

OAuthDataStore

Namespace

Drupal\jquery_social_stream\Twitter

Code

function new_request_token($consumer, $callback = null) {

  // return a new token attached to this consumer
}