rtweet无法授权twitter的api怎么办
尝试了rtweet_user和rtweet_app两种授权方法
auth <- rtweet_user(api_key=NULL,api_secret=NULL)
bearer_token <- my bearer_token(此处输入的是我申请的token)
auth <- rtweet_app(bearer_token)
auth_as(auth)
Error in curl::curl_fetch_memory(url, handle = handle) :
Failed to connect to api.twitter.com port 443: Timed out
Error: unexpected input in "bearer_token <- “"