You are here

function sOAuthDataStore::new_access_token in jQuery social stream 7

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

File

./jquery_social_stream.js.inc, line 1044
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
}