Hi guys,
How does the "like" system works in DNN 9.x? I want to develop a webservice that adds a like on something (e.g. a user post). The webservice should receive the ID of the user that wants to add the "like" and the identifier (id?? name??) of the item that the user likes. How can I do this? Is there a controller that allows this?