twitter-sentiment-analysis-tutorial-201107 icon indicating copy to clipboard operation
twitter-sentiment-analysis-tutorial-201107 copied to clipboard

Error

Open bhawnaj opened this issue 11 years ago • 1 comments

Hello, I am getting this error while executing scrape.r . Can you please help why it is happening? "Searching Twitter for airline tweets and saving to disk" Error in twInterfaceObj$doAPICall(cmd, params, "GET", ...) : OAuth authentication is required with Twitter's API v1.1

bhawnaj avatar May 06 '13 07:05 bhawnaj

Twitter started using OAuth last year, so you will need to become a Twitter Developer (dev.twitter.com), create a Twitter application, and set your Twitter application's consumer key and consumer secret to be able to scrape the site. Instructions on how to set up R with OAuth can be found here:http://data-mining.business-intelligence.uoc.edu/home/data-from-twitter/r-oauth-for-twitter

ateich avatar Nov 03 '14 03:11 ateich