|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 unavailableComment 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 unavailableResponseList<Comment> getCommentReplies(String commentId) throws FacebookException
commentId
- the ID of a comment
FacebookException
- when Facebook service or network is unavailableResponseList<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 unavailableboolean deleteComment(String commentId) throws FacebookException
commentId
- the ID of a comment
FacebookException
- when Facebook service or network is unavailableResponseList<Like> getCommentLikes(String commentId) throws FacebookException
commentId
- the ID of a comment
FacebookException
- when Facebook service or network is unavailableResponseList<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 unavailableboolean likeComment(String commentId) throws FacebookException
commentId
- the ID of a comment
FacebookException
- when Facebook service or network is unavailableboolean 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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |