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
しかし、私はそれ以上の説明を見つけることができません..