|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlacesOperations
Defines the operations for interacting with a user's Facebook checkins.
| Method Summary | |
|---|---|
java.lang.String |
checkin(java.lang.String placeId,
double latitude,
double longitude)
Checks the authenticated user into the specified location. |
java.lang.String |
checkin(java.lang.String placeId,
double latitude,
double longitude,
java.lang.String message,
java.lang.String... tags)
Checks the authenticated user into the specified location. |
Checkin |
getCheckin(java.lang.String checkinId)
Retrieves details for a single checkin. |
java.util.List<Checkin> |
getCheckins()
Retrieves a list of checkins for the authenticated user. |
java.util.List<Checkin> |
getCheckins(java.lang.String objectId)
Retrieves a list of checkins for the specified object. |
| Method Detail |
|---|
java.util.List<Checkin> getCheckins()
Checkins for the user, or an empty list if not available.java.util.List<Checkin> getCheckins(java.lang.String objectId)
objectId - either a Facebook user ID or page ID
Checkins, or an empty list if not available.Checkin getCheckin(java.lang.String checkinId)
checkinId - the checkin ID
Checkin
java.lang.String checkin(java.lang.String placeId,
double latitude,
double longitude)
placeId - the ID of the place to check into.latitude - the latitude of the place.longitude - the longitude of the place.
java.lang.String checkin(java.lang.String placeId,
double latitude,
double longitude,
java.lang.String message,
java.lang.String... tags)
placeId - the ID of the place to check into.latitude - the latitude of the place.longitude - the longitude of the place.message - a message to post along with the checkin.tags - a varargs list of user IDs to tag on the checkin.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||