if (FALSE) {
# twitter user authentication via authorization of an app requires the
# apps consumer API keys (api_key and api_secret)
# this method will open a web browser to twitter prompting the user to
# log in and authorize the app
auth <- auth_twitter_user(
api_key = "xxxxxxxxxxxx", api_secret = "xxxxxxxxxxxx"
)
}
Run the code above in your browser using DataLab