对R使用twitteR
包时,我收到以下错误
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机器。