You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,7 +79,7 @@ let searchTask = session.venues.search(parameters) {
79
79
searchTask.start()
80
80
```
81
81
82
-
#####Multi request
82
+
#####Multi request
83
83
84
84
```swift
85
85
let task1 =self.quadratSession.users.get()
@@ -92,7 +92,7 @@ let multiTask = self.quadratSession.multi.get([task1, task2]){
92
92
multiTask.start()
93
93
```
94
94
95
-
#####Native authorization
95
+
#####Native authorization
96
96
97
97
The library will attempt to authorize natively via the actual Foursquare app, if installed. It will switch to the app to authorize, and then switch back to your app on success. Currently, there is no mechanism in place in Foursquare's app to switch back to your app if the user cancels the authorization from there, so the user will need to return to your app manually if they choose to cancel the authorization.
98
98
@@ -103,11 +103,11 @@ To enable native authorization with Foursquare app you must add `foursquareauth`
103
103
in info.plist file in your project.
104
104
105
105
106
-
###Requirements
106
+
###Requirements
107
107
108
108
Swift 2.0 / iOS 8.0+ / Mac OS X 10.9+
109
109
110
-
###License
110
+
###License
111
111
112
112
The BSD 2-Clause License. See License.txt for details.
0 commit comments