invalidate_bearer | R Documentation |
Invalidate the bearer token automatically if you know the API key and API secret.
invalidate_bearer(api_key, api_secret, client = NULL, token = NULL)
api_key , api_secret |
API key and secret. Deprecated in favor of |
client |
Which client app will be used, see |
token |
Expert use only. Use this to invalidate a specific bearer token
created with |
Not tested!
https://developer.twitter.com/en/docs/authentication/api-reference/invalidate_bearer_token https://developer.twitter.com/en/docs/authentication/api-reference/invalidate_access_token
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.