| Package | Description |
|---|---|
| fi.foyt.foursquare.api |
Package containing basic API functionality
|
| Modifier and Type | Method and Description |
|---|---|
Result<CompleteUser> |
FoursquareApi.user(String userId)
Returns profile information for a given user, including selected badges and mayorships.
|
Result<CompleteUser> |
FoursquareApi.usersApprove(String userId)
Approves a pending friend request from another user.
|
Result<CompleteUser> |
FoursquareApi.usersDeny(String userId)
Denies a pending friend request
|
Result<CompleteUser> |
FoursquareApi.usersRequest(String id)
Sends a friend request to another user.
|
Result<CompleteUser> |
FoursquareApi.usersSetPings(String userId,
String value)
Changes whether the acting user will receive pings (phone notifications) when the specified user checks in.
|
Result<CompleteUser> |
FoursquareApi.usersUnfriend(String userId)
Cancels any relationship between the acting user and the specified user.
|
Copyright © 2014 Foyt. All Rights Reserved.