Auto Like new Comments on my Facebook

Hello,

is it possible to auto like new comments on my facebook page? It seems I have to choose a specific post when I use Watch Comments with the Module Facebook Page.

The best scenario would be:

For one day after a new post is submitted, all comments on the post should be get a like from my business after 5-15 minutes.

Frank

May peace be upon you @Frank_Simon

Currently I don’t thinking liking or reacting to comment is possible, you might need to use the Meta API to do a custom API call.

And you can schedule the Watch Comments module to run periodically.

2 Likes

In the Meta Graph API, a ‘post’ and a ‘comment’ have similar API functions and share the same endpoints. This means that in some cases, you can use modules meant for posts and use them for comments as well.

In the default Make app for Facebook Page management, there’s a module to “Like a Post”. If you pass the comment ID instead of the Post ID to this module, you should be able to like the comment.


Note: I haven’t tested this specifically, but just from experience with the Meta API, this should work (fingers crossed :crossed_fingers:)

3 Likes