|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LikeMethods
Method Summary | |
---|---|
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(String userId)
Returns all the pages a user has liked. |
ResponseList<Like> |
getUserLikes(String userId,
Reading reading)
Returns all the pages a user has liked. |
Method Detail |
---|
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 Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Like> getUserLikes(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Like> getUserLikes(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |