function OAuthDataStore::new_access_token in jQuery social stream 8
Same name and namespace in other branches
- 8.2 src/Twitter/OAuthDataStore.php \Drupal\jquery_social_stream\Twitter\OAuthDataStore::new_access_token()
File
- src/
Twitter/ OAuthDataStore.php, line 22
Class
Namespace
Drupal\jquery_social_stream\TwitterCode
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
}