You are here

function sOAuthDataStore::new_access_token in jQuery social stream 7.2

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

File

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

Class

sOAuthDataStore

Code

function new_access_token($token, $consumer, $verifier = NULL) {

  // return a new access token attached to this consumer
  // for the user associated with this token if the request token
  // is authorized
  // should also invalidate the request token
}