public interface LikeMethods
| Modifier and Type | Method and Description |
|---|---|
ResponseList<Like> |
getUserLikes()
Returns all the pages the current user has liked.
|
ResponseList<Like> |
getUserLikes(Reading reading)
Returns all the pages the current user has liked.
|
ResponseList<Like> |
getUserLikes(java.lang.String userId)
Returns all the pages a user has liked.
|
ResponseList<Like> |
getUserLikes(java.lang.String userId,
Reading reading)
Returns all the pages a user has liked.
|
ResponseList<Like> getUserLikes() throws FacebookException
FacebookException - when Facebook service or network is unavailableResponseList<Like> getUserLikes(Reading reading) throws FacebookException
reading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailableResponseList<Like> getUserLikes(java.lang.String userId) throws FacebookException
userId - the ID of a userFacebookException - when Facebook service or network is unavailableResponseList<Like> getUserLikes(java.lang.String userId, Reading reading) throws FacebookException
userId - the ID of a userreading - optional reading parameters. see Graph API#reading - Facebook DevelopersFacebookException - when Facebook service or network is unavailable