R中的非字符参数

时间:2014-06-09 06:14:03

标签: r oauth handshake twitter-r

对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机器。

0 个答案:

没有答案