| Package | Description |
|---|---|
| fi.foyt.foursquare.api |
Package containing basic API functionality
|
| fi.foyt.foursquare.api.io |
Package containing IO operations
|
| Modifier and Type | Method and Description |
|---|---|
IOHandler |
FoursquareApi.getIOHandler()
Returns current IOHandler
|
| Constructor and Description |
|---|
FoursquareApi(String clientId,
String clientSecret,
String redirectUrl,
IOHandler ioHandler)
Constructor.
|
FoursquareApi(String clientId,
String clientSecret,
String redirectUrl,
String oAuthToken,
IOHandler ioHandler)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIOHandler
Default implementation of the IOHandler
|
class |
GAEIOHandler
Handler for appengine which needs the doNotValidateCertificate nonsense.
|
Copyright © 2014 Foyt. All Rights Reserved.