function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vishnu Raj VVishnu Raj V 

Is there any way to query the id of users who liked the comment 

AnkaiahAnkaiah (Salesforce Developers) 
Hi Vishnu,

Solution provided in the below link.
https://stackoverflow.com/questions/28931660/find-out-if-a-user-liked-specific-comment/28940057#28940057

If this helps, Please mark it as best answer.

Thanks!!
Vishnu Raj VVishnu Raj V
Hey Ankaiah, Thanks for the response. But I would like to check through third-party app for getting the Ids of users who liked a particular comment.
I have the FeedItem query to get the User IDs for a feedItem.==>eLabChatter/services/data/v42.0/query/?q=Select Id, (Select Id From FeedLikes) From FeedItem where id IN ('id' ).
I need for comment.