Cryptic error message
Closed this issue · 0 comments
llrs commented
A user using tweet_post()
with a token created with tweet_bot()
reports that the message is:
tweet_post("Test")
Error in default_client():
! The default rtweet client is no longer authorized.
ℹ You'll need to register as developer in order to use the Twitter API.
Run rlang::last_trace() to see where the error occurred
It shouldn't attempt to register with the default token as it no longer works and tweet_post
should provide a better error message