gpt4 book ai didi

ROAuth 不再用于 httr? [推特API]

转载 作者:行者123 更新时间:2023-12-04 07:23:36 26 4
gpt4 key购买 nike

我在 AWS“Ubuntu Server 12.04.2 LTS”上运行 R Studio 并通过浏览器访问 R Studio。

当我尝试使用包 ROAuth 在 Twitter API 上进行身份验证时使用代码:

credential<-OAuthFactory$new(consumerKey="xxxxx",
consumerSecret="xxxxx",
requestURL="https://api.twitter.com/oauth/request_token",
accessURL="https://api.twitter.com/oauth/access_token",
authURL="https://api.twitter.com/oauth/authorize")

credential$handshake()
registerTwitterOAuth(credential)

我在 registerTwitterOAuth(credential) 之后收到错误消息说
  Error in registerTwitterOAuth(credential) : 
ROAuth is no longer used in favor of httr, please see ?setup_twitter_oauth

但是我找不到任何进一步的解释..

最佳答案

显然 twitteR 包在我发布之前更改了,所以新的身份验证方法是

setup_twitter_oauth(CUSTOMER_KEY, CUSTOMER_SECRET, ACCESS_TOKEN, ACCESS_secret, credentials_file=NULL)

https://github.com/geoffjentry/twitteR

关于ROAuth 不再用于 httr? [推特API],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18496345/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com