|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Like | |
|---|---|
| facebook4j | |
| facebook4j.api | |
| facebook4j.json | |
| Uses of Like in facebook4j |
|---|
| Methods in facebook4j that return types with arguments of type Like | |
|---|---|
PagableList<Like> |
Achievement.getLikes()
|
PagableList<Like> |
Checkin.getLikes()
|
PagableList<Like> |
Album.getLikes()
|
PagableList<Like> |
Link.getLikes()
|
PagableList<Like> |
Page.getLikes()
|
PagableList<Like> |
Photo.getLikes()
|
PagableList<Like> |
Post.getLikes()
|
| Uses of Like in facebook4j.api |
|---|
| Methods in facebook4j.api that return types with arguments of type Like | |
|---|---|
ResponseList<Like> |
AlbumMethods.getAlbumLikes(String albumId)
Returns likes made on the album. |
ResponseList<Like> |
AlbumMethods.getAlbumLikes(String albumId,
Reading reading)
Returns likes made on the album. |
ResponseList<Like> |
CheckinMethods.getCheckinLikes(String checkinId)
Returns the users who like a checkin. |
ResponseList<Like> |
CheckinMethods.getCheckinLikes(String checkinId,
Reading reading)
Returns the users who like a checkin. |
ResponseList<Like> |
CommentMethods.getCommentLikes(String commentId)
Returns the likes on a comment. |
ResponseList<Like> |
CommentMethods.getCommentLikes(String commentId,
Reading reading)
Returns the likes on a comment. |
ResponseList<Like> |
LinkMethods.getLinkLikes(String linkId)
Returns the likes on a link. |
ResponseList<Like> |
LinkMethods.getLinkLikes(String linkId,
Reading reading)
Returns the likes on a link. |
ResponseList<Like> |
NoteMethods.getNoteLikes(String noteId)
Returns the likes made on a note. |
ResponseList<Like> |
NoteMethods.getNoteLikes(String noteId,
Reading reading)
Returns the likes made on a note. |
ResponseList<Like> |
PageMethods.getPageLikes(String pageId)
Returns likes made by the page. |
ResponseList<Like> |
PageMethods.getPageLikes(String pageId,
Reading reading)
Returns likes made by the page. |
ResponseList<Like> |
PhotoMethods.getPhotoLikes(String photoId)
Returns the likes made on a photo. |
ResponseList<Like> |
PhotoMethods.getPhotoLikes(String photoId,
Reading reading)
Returns the likes made on a photo. |
ResponseList<Like> |
PostMethods.getPostLikes(String postId)
Returns the likes on a post. |
ResponseList<Like> |
PostMethods.getPostLikes(String postId,
Reading reading)
Returns the likes on a post. |
ResponseList<Like> |
LikeMethods.getUserLikes()
Returns all the pages the current user has liked. |
ResponseList<Like> |
LikeMethods.getUserLikes(Reading reading)
Returns all the pages the current user has liked. |
ResponseList<Like> |
LikeMethods.getUserLikes(String userId)
Returns all the pages a user has liked. |
ResponseList<Like> |
LikeMethods.getUserLikes(String userId,
Reading reading)
Returns all the pages a user has liked. |
ResponseList<Like> |
VideoMethods.getVideoLikes(String videoId)
Returns all of the likes on a video. |
ResponseList<Like> |
VideoMethods.getVideoLikes(String videoId,
Reading reading)
Returns all of the likes on a video. |
| Uses of Like in facebook4j.json |
|---|
| Methods in facebook4j.json that return Like | |
|---|---|
static Like |
DataObjectFactory.createLike(String rawJSON)
Constructs a Like object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||