i am trying to extract tweets with #rstats by using this:
rt <- search_tweets(
"#rstats", n = 18000, include_rts = FALSE
)
But I am getting this error:
Searching for tweets...
This may take a few seconds...
Warning: 89 - Invalid or expired token.
Finished collecting tweets!
Warning message:
Invalid or expired token.
Anybody knows why this is happening? I tried regenerating the tokens but doesn't seem to work. Any help will be appreciated