Thanks for this! I'm making something that works with Likes on Schoology. Although there is a like_comment and unlike_comment method, there doesn't seem to be a method to list all likes on a comment. This adds a method that would be able to list comment likes just as with listing likes on an object using the get_likes method.
Thanks for this! I'm making something that works with Likes on Schoology. Although there is a
like_comment
andunlike_comment
method, there doesn't seem to be a method to list all likes on a comment. This adds a method that would be able to list comment likes just as with listing likes on an object using theget_likes
method.