Error in init_oauth1.0(...
Occurs when attempting to create a token
0.6.6
Callback URL
option in your app settings at https://developer.twitter.com/en/apps match exactly the following: http://127.0.0.1:1410
Keys and Tokens
tab at https://developer.twitter.com/en/apps)Keys and Tokens
tab, click to regenerate your access keys. Create a new token using the new key and secret.Error in oauth_listener(...
Occurs when attempting to create a token (using in-browser authorization method)
## these are fake keys
#> create_token(
#> app = "rtweet_token",
#> consumer_key = "XYznzPFOFZR2a39FwWKN1Jp41",
#> consumer_secret = "CtkGEWmSevZqJuKl6HHrBxbCybxI1xGLqrD5ynPd9jG0SoHZbD")
#Error in oauth_listener(authorize_url, is_interactive) :
# httpuv package required to capture OAuth credentials.
Warning: 89 - Invalid or expired token.
Occurs when sending request to Twitter API. It means you have invalid or expired keys stored in access token.
Keys and Tokens
tab, click to regenerate your access keys. Create a new token using the new key and secret.