geoffjentry / twitteR

R based twitter client
http://cran.r-project.org/web/packages/twitteR/index.html
254 stars 164 forks source link

Error in twInterfaceObj$doAPICall(cmd, params, method, ...) #133

Open iPALVIKAS opened 8 years ago

iPALVIKAS commented 8 years ago

I am requesting multiple time a userTimeLine and creating a list of details like tweet time, URL , location etc. But here in my case, the twitter connection is authorised and sometimes during the execution of the code I get this error


Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : OAuth authentication error: This most likely means that you have incorrectly called setup_twitter_oauth()'


I am not able to understand the cause of this error. Please help me in this. Thank you.