Faced issue with twitteR package in R in authentication http 401 code in method, 

-------------------------------------------------------------------

The below helped.

consumer_key <- " YOUR CONSUMER KEY "
consumer_secret<- " YOUR CONSUMER SECRET"
setup_twitter_oauth(consumer_key, consumer_secret, access_token=NULL,access_secret=NULL)

Comments

Popular posts from this blog