Learn R Programming

rtweet (version 1.2.1)

auth_sitrep: 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()

Arguments

Value

Invisibly, TRUE if some problems were found and FALSE otherwise

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.

See Also

auth_as()

Examples

Run this code
auth_sitrep()

Run the code above in your browser using DataLab