-
Notifications
You must be signed in to change notification settings - Fork 30
Foursquare
Damien edited this page Jun 3, 2016
·
1 revision
// Client-side (implicit) flow
let foursquare: Provider = .Foursquare(
clientID: "***",
redirectURL: "foo://callback"
)
// Server-side (explicit) flow
let foursquare: Provider = .Foursquare(
clientID: "***",
clientSecret: "***"
redirectURL: "foo://callback"
)