...

Package dropbox

import "github.com/dghubble/oauth1/dropbox"
Overview
Index

Overview ▾

Package dropbox provides constants for using OAuth1 to access Dropbox.

Index ▾

Package files

dropbox.go

Variables

var Endpoint = oauth1.Endpoint{
    RequestTokenURL: "https://api.dropbox.com/1/oauth/request_token",
    AuthorizeURL:    "https://api.dropbox.com/1/oauth/authorize",
    AccessTokenURL:  "https://api.dropbox.com/1/oauth/access_token",
}

Endpoint is Dropbox's OAuth 1 endpoint.