You are here

function sOAuthDataStore::new_request_token in jQuery social stream 7.2

Same name and namespace in other branches
  1. 7 jquery_social_stream.js.inc \sOAuthDataStore::new_request_token()

File

./jquery_social_stream.js.inc, line 1172
JS callbacks.

Class

sOAuthDataStore

Code

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

  // return a new token attached to this consumer
}