|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CheckinMethods
| Method Summary | |
|---|---|
String |
checkin(CheckinUpdate checkinUpdate)
Deprecated. creating a Post with a location attached |
String |
checkin(String userId,
CheckinUpdate checkinUpdate)
Deprecated. creating a Post with a location attached |
String |
commentCheckin(String checkinId,
String message)
Comments on a checkin. |
Checkin |
getCheckin(String checkinId)
Returns a single checkin information. |
Checkin |
getCheckin(String checkinId,
Reading reading)
Returns a single checkin information. |
ResponseList<Comment> |
getCheckinComments(String checkinId)
Returns the comments on a checkin. |
ResponseList<Comment> |
getCheckinComments(String checkinId,
Reading reading)
Returns the comments on a checkin. |
ResponseList<Like> |
getCheckinLikes(String checkinId)
Returns the users who like a checkin. |
ResponseList<Like> |
getCheckinLikes(String checkinId,
Reading reading)
Returns the users who like a checkin. |
ResponseList<Checkin> |
getCheckins()
Returns the places that the current user has checked-into or made to the Place Page by the current user or friends of the current user. |
ResponseList<Checkin> |
getCheckins(Reading reading)
Returns the places that the current user has checked-into or made to the Place Page by the current user or friends of the current user. |
ResponseList<Checkin> |
getCheckins(String id)
Returns the places that a user has checked-into or made to the Place Page by the user or friends of the user. |
ResponseList<Checkin> |
getCheckins(String id,
Reading reading)
Returns the places that a user has checked-into or made to the Place Page by the user or friends of the user. |
boolean |
likeCheckin(String checkinId)
Likes the checkin. |
boolean |
unlikeCheckin(String checkinId)
Unlikes the checkin. |
| Method Detail |
|---|
ResponseList<Checkin> getCheckins()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
ResponseList<Checkin> getCheckins(Reading reading)
throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
ResponseList<Checkin> getCheckins(String id)
throws FacebookException
id - the ID of a user/page
FacebookException - when Facebook service or network is unavailable
ResponseList<Checkin> getCheckins(String id,
Reading reading)
throws FacebookException
id - the ID of a user/pagereading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
String checkin(CheckinUpdate checkinUpdate)
throws FacebookException
checkinUpdate - the checkin to be created
FacebookException - when Facebook service or network is unavailable
String checkin(String userId,
CheckinUpdate checkinUpdate)
throws FacebookException
userId - the ID of a usercheckinUpdate - the checkin to be created
FacebookException - when Facebook service or network is unavailable
Checkin getCheckin(String checkinId)
throws FacebookException
checkinId - the ID of a checkin
FacebookException - when Facebook service or network is unavailable
Checkin getCheckin(String checkinId,
Reading reading)
throws FacebookException
checkinId - the ID of a checkinreading - optional reading parameters. see Graph API#reading - Facebook Developers see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
ResponseList<Comment> getCheckinComments(String checkinId)
throws FacebookException
checkinId - the ID of a checkin
FacebookException - when Facebook service or network is unavailable
ResponseList<Comment> getCheckinComments(String checkinId,
Reading reading)
throws FacebookException
checkinId - the ID of a checkinreading - optional reading parameters. see Graph API#reading - Facebook Developers see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
String commentCheckin(String checkinId,
String message)
throws FacebookException
checkinId - the ID of a checkinmessage - comment text
FacebookException - when Facebook service or network is unavailable
ResponseList<Like> getCheckinLikes(String checkinId)
throws FacebookException
checkinId - the ID of a checkin
FacebookException - when Facebook service or network is unavailable
ResponseList<Like> getCheckinLikes(String checkinId,
Reading reading)
throws FacebookException
checkinId - the ID of a checkinreading - optional reading parameters. see Graph API#reading - Facebook Developers see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
boolean likeCheckin(String checkinId)
throws FacebookException
checkinId - the ID of a checkin
FacebookException - when Facebook service or network is unavailable
boolean unlikeCheckin(String checkinId)
throws FacebookException
checkinId - the ID of a checkin
FacebookException - when Facebook service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||