Skip to content

Instantly share code, notes, and snippets.

@s13731105
Created July 25, 2014 13:41
Show Gist options
  • Save s13731105/08c70f7f2a2d5dad4860 to your computer and use it in GitHub Desktop.
Save s13731105/08c70f7f2a2d5dad4860 to your computer and use it in GitHub Desktop.
Twitter Authentication with R
library(devtools)
library(twitteR)
api_key <- "89a1epAjv6QL2drupmbkYDAXX"
api_secret <- "pYBHCKVWKNsuq4stoVM3HF2KBAmcCsgcLPvnY7SwyUuWBxAWfH"
access_token <- "2352914730-1Dx4Xel5WTHBZuXuLv8AEBKXkgEgSdRzFlG0jPp"
access_token_secret <- "mMLw1ryN9D2W5wurR2b68JGNvLv69zLp0xx7V6gXJedW6"
setup_twitter_oauth(api_key,api_secret,access_token,access_token_secret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment