auth_setup_default | R Documentation |
You'll need to run this function once per computer so that rtweet can use
your personal Twitter account. See rtweet_app()
/rtweet_bot and
auth_save()
for other authentication options.
auth_setup_default()
auth_has_default()
It will use the current logged in account on the default browser to detect the credentials needed for rtweet and save them as "default". If a default is found it will use it instead.
auth_setup_default()
: Invisibly returns the previous authentication mechanism.
auth_has_default()
: A logical value TRUE
if there is a default authentication.
Other authentication:
auth_as()
,
auth_get()
,
auth_save()
,
rtweet_user()
## Not run:
if (!auth_has_default() && interactive()) {
auth_setup_default()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.