-
Notifications
You must be signed in to change notification settings - Fork 30
Basecamp
Damien edited this page Jun 5, 2016
·
1 revision
let basecamp: Provider = .Basecamp(
clientID: "***",
clientSecret: "***"
redirectURL: "foo://callback"
)
https://launchpad.37signals.com/authorization/new?type=web_server&client_id=your-client-id&redirect_uri=your-redirect-uri
POST https://launchpad.37signals.com/authorization/token?type=web_server&client_id=your-client-id&redirect_uri=your-redirect-uri&client_secret=your-client-secret&code=verification-code