Description Usage Arguments Details See Also
If you try to register a token already in the cache, you'll get a warning. That is, you are protected from creating duplicate entries in the token cache.
1 | register_token(api_key, api_secret, access_token, access_secret)
|
api_key |
Twitter application API key (character). |
api_secret |
Twitter application API secret (character). |
access_token |
Twitter access token (character). |
access_secret |
Twitter accces secret (character). |
For more details on how to get tokens please read
vignette("auth", package = "rtweet")
.
Other tokens:
get_all_tokens()
,
import_tokens_from_rtweet()
,
inspect_token_db()
,
unregister_all_tokens()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.