Skip to content

Instantly share code, notes, and snippets.

@corynissen
Created June 13, 2013 15:31
Show Gist options
  • Save corynissen/5774653 to your computer and use it in GitHub Desktop.
Save corynissen/5774653 to your computer and use it in GitHub Desktop.
Google auth keys and whatnot
client_id <- "client id here"
client_secret <- "client secret here"
redirect_uri <- "https://localhost/oauth2callback"
auth_url <- "https://accounts.google.com/o/oauth2/auth"
scope <- "https://www.googleapis.com/auth/prediction"
api_key <- "api key here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment