|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommentMethods
| Method Summary | |
|---|---|
boolean |
deleteComment(String commentId)
Deletes the comment. |
Comment |
getComment(String commentId)
Returns a single comment. |
Comment |
getComment(String commentId,
Reading reading)
Returns a single comment. |
ResponseList<Like> |
getCommentLikes(String commentId)
Returns the likes on a comment. |
ResponseList<Like> |
getCommentLikes(String commentId,
Reading reading)
Returns the likes on a comment. |
ResponseList<Comment> |
getCommentReplies(String commentId)
Returns the replies on a comment. |
ResponseList<Comment> |
getCommentReplies(String commentId,
Reading reading)
Returns the replies on a comment. |
boolean |
likeComment(String commentId)
Likes the comment. |
boolean |
unlikeComment(String commentId)
Unlikes the comment. |
| Method Detail |
|---|
Comment getComment(String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
Comment getComment(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
ResponseList<Comment> getCommentReplies(String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
ResponseList<Comment> getCommentReplies(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 deleteComment(String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
ResponseList<Like> getCommentLikes(String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
ResponseList<Like> getCommentLikes(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(String commentId)
throws FacebookException
commentId - the ID of a comment
FacebookException - when Facebook service or network is unavailable
boolean unlikeComment(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 | |||||||||