auth_sitrep: Twitter Tokens sitrep

View source: R/auth_sitrep.R

auth_sitrepR Documentation

Twitter Tokens sitrep

Description

Get a situation report of your current tokens; useful for upgrading from rtweet 0.7.0 to 1.0.0 and diagnosing problems with tokens.

Usage

auth_sitrep()

Details

Prints rtweet tokens on the old folder (rtweet < 0.7.0) and on the new (rtweet > 1.0.0) default location. For each folder it reports apps and then users and bots authentications. For users authentications it reports the user_id, so that you can check who is that user.

Users should follow its advise, if there is no advise but there are still some problems authenticating regenerate the authentications.

Value

Invisibly, TRUE if some problems were found and FALSE otherwise

Note

It is safe to use in public, as instead of the tokens or keys it reports a letter.

See Also

auth_as()

Examples

auth_sitrep()

rtweet documentation built on Oct. 17, 2023, 1:11 a.m.