|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommentMethods
| Method Summary | |
|---|---|
boolean |
deleteComment(java.lang.String commentId)
Deletes the comment. |
Comment |
getComment(java.lang.String commentId)
Returns a single comment. |
ResponseList<Like> |
getCommentLikes(java.lang.String commentId)
Returns the likes on a comment. |
ResponseList<Like> |
getCommentLikes(java.lang.String commentId,
Reading reading)
Returns the likes on a comment. |
boolean |
likeComment(java.lang.String commentId)
Likes the comment. |
boolean |
unlikeComment(java.lang.String commentId)
Unlikes the comment. |
| Method Detail |
|---|
Comment getComment(java.lang.String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
boolean deleteComment(java.lang.String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
ResponseList<Like> getCommentLikes(java.lang.String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
ResponseList<Like> getCommentLikes(java.lang.String commentId,
Reading reading)
throws FacebookException
commentId - the ID of a commentreading - optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException - when Facebook service or network is unavailable
boolean likeComment(java.lang.String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
boolean unlikeComment(java.lang.String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||