I am starting with twitteR . I followed the official guide and I did not receive any error during the configuration.
(the official guide http://cran.r-project.org/web/packages/twitteR/vignettes/twitteR.pdf)
When I try to run the first example I receive an error.
> cred$handshakeComplete
[1] TRUE
> cranTweets <- userTimeline('cranatic')
Error in twInterfaceObj$doAPICall(cmd, params, method, ...) :
OAuth authentication is required with Twitter's API v1.1
Probably I am making something wrong.
Can anyone help me?
SOLUTION!!!
the problem was that instead of repeat all the procedure I loaded the RData saved the first time. So I think that every times we need to repeat all the procedure described in http://cran.r-project.org/web/packages/twitteR/vignettes/twitteR.pdf