powered by
Convert token to environment variable
convert_token_to_envvar(token, clipboard = TRUE, verbose = TRUE)
Token (in environment variable format), invisibily
bearer token, either public or user level
logical, whether to export the token to the clipboard
logical whether to display messages
if (FALSE) { x <- auth_setup("mastodon.social", "public") envvar <- convert_token_to_envvar(x) envvar }
Run the code above in your browser using DataLab