在使用twitteR
R 包时,我收到以下错误
Error in strsplit(response, "&") : non-character argument twitter
尝试使用此代码发送我的 oauth 凭据时
cred <- OAuthFactory$new(consumerKey=consumerKey, consumerSecret=consumerSecret,
requestURL=reqURL, accessURL=accessURL, authURL=authURL)
cred$handshake(cainfo=system.file("CurlSSL", "cacert.pem", package="RCurl"))
如果我使用http
而不是https
,我会收到一个错误
Error: Forbidden
我正在使用 Windows 机器。