Description Usage Details Value See Also Examples
Call function used to fetch and load Twitter OAuth tokens. Since Twitter application key should be stored privately, users should save the path to token(s) as an environment variable. This allows Tokens to be instantly [re]loaded in future sessions. See the "tokens" vignette for instructions on obtaining and using access tokens.
1 2 3 | get_tokens()
get_token()
|
This function will search for tokens using R, internal, and global environment variables (in that order).
Twitter OAuth token(s) (Token1.0).
Other tokens:
rate_limit()
1 2 3 4 5 6 7 8 9 | ## Not run:
## fetch default token(s)
token <- get_tokens()
## print token
token
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.