我想将R连接到Twitter。 我按照我们这里设置的步骤进行了操作: http://cran.r-project.org/web/packages/twitteR/vignettes/twitteR.pdf
我的代码如下:
library(ROAuth)
cred <- OAuthFactory$new(consumerKey="xyz",
consumerSecret=xyz",
requestURL="https://api.twitter.com/oauth/request_token",
accessURL="https://api.twitter.com/oauth/authorize",
authURL="https://api.twitter.com/oauth/access_token")
cred$handshake(ssl.verifypeer = FALSE)
当我收到twitter链接时: https://api.twitter.com/oauth/access_token?oauth_token=YZZOYJ1liH1TDEY8G6Eb3YmgAWQlgGiEfAzI1ADwZ4
并将其加载到我的浏览器中,它会返回一个空白页面,其中没有关于PIN的信息。谁能告诉我为什么这个链接是空白的
答案 0 :(得分:0)
因为您访问了错误的URL进行授权。交换你的{{1and1}}网址!
auth