You are here

function OAuthDataStore::lookup_nonce 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::lookup_nonce()

File

src/Twitter/OAuthDataStore.php, line 14

Class

OAuthDataStore

Namespace

Drupal\jquery_social_stream\Twitter

Code

function lookup_nonce($consumer, $token, $nonce, $timestamp) {

  // implement me
}