HttpService can't help unless you have access to the user's account :(
As of now I don't think there is a way. But if there was, in the future, going to be a way--it will be incorporated by function most likely.
They should add:
DataModel::PlayerFavorited(int userId);
DataModel::PlayerLiked(int userId);
DataModel::PlayerDisliked(int userId);
Maybe combine the like and dislike into 1. |