Skip to content

Instantly share code, notes, and snippets.

@diwakergupta
Created March 24, 2016 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diwakergupta/d66a873b6409935fd423 to your computer and use it in GitHub Desktop.
Save diwakergupta/d66a873b6409935fd423 to your computer and use it in GitHub Desktop.
conf := &oauth2.Config{
ClientID: appKey,
ClientSecret: appSecret,
Endpoint: oauth2.Endpoint{
AuthURL: "https://www.dropbox.com/1/oauth2/authorize",
TokenURL: "https://api.dropbox.com/1/oauth2/token",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment