1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/auth_sitrep.R
\name{auth_sitrep}
\alias{auth_sitrep}
\title{Twitter Tokens sitrep}
\usage{
auth_sitrep()
}
\value{
Invisibly, TRUE if some problems were found and FALSE otherwise
}
\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.
}
\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.
}
\note{
It is safe to use in public, as instead of the tokens or keys it reports a letter.
}
\examples{
auth_sitrep()
}
\seealso{
\code{\link[=auth_as]{auth_as()}}
}
|