Skip to content

Instantly share code, notes, and snippets.

@diwakergupta
Last active March 24, 2016 16:29
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/9efb3b33f1597938750e to your computer and use it in GitHub Desktop.
Save diwakergupta/9efb3b33f1597938750e 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.dropboxapi.com/1/oauth2/token",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment