Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Last active August 29, 2015 14:10
Show Gist options
  • Save randyzwitch/1be59cc4f2f5995b9dbd to your computer and use it in GitHub Desktop.
Save randyzwitch/1be59cc4f2f5995b9dbd to your computer and use it in GitHub Desktop.
Twitter.jl Authentication
using Twitter
apikey = "q8Qw7WJTVP..."
apisecret = "FIichPpGJxiOssN..."
accesstoken = "98689850-v0zZNr..."
accesstokensecret = "w7bDg9K0c493T..."
twitterauth(apikey,
apisecret,
accesstoken,
accesstokensecret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment