convert_token_to_envvar | R Documentation |
Convert token to environment variable
convert_token_to_envvar(token, clipboard = TRUE, verbose = TRUE)
token |
bearer token, either public or user level |
clipboard |
logical, whether to export the token to the clipboard |
verbose |
logical whether to display messages |
Token (in environment variable format), invisibily
## Not run:
x <- auth_setup("mastodon.social", "public")
envvar <- convert_token_to_envvar(x)
envvar
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.