If you didnât save the token it is normal that auth_sitrep() did not print anything, specially if you didnât use auth_setup_default().
Does the environment name match the one you have for you app? It must match in order of the call to work.
It might also help if you pasted the original error message, maybe I find some clues.
Another issue is that it might be failing because the API was changed to include a new field (the edit history) which current version of rtweet in CRAN doesnât know how to handle. You could try the devel version from github.
Noob question. Is the environment name the same as âapp nameâ? And also which environment should I use? âdevelopmentâ, âstagingâ or âproductionâ?