What are possible causes of the Facebook post Comment Reply function not working?
What are possible causes of the Facebook post Comment Reply function not working?
There are a few possibilities that might cause the comment reply function not working properly:
If a global node for comment reply entry was created.
If redirect is toggled on for the comment reply tree node in the global node.
The wrong post ID is posted in the comment reply post trigger.
The comment was posted as a page instead of a user in the Facebook post.
If the comment reply permission is added in the access token.
Check the "feed" subscription in the Facebook app with Graph API Explorer.
Check the "feed" subscription in the Webhooks of the Facebook app.
If the comment reply tree was added and the global node selected in Channel.
Please ensure you are using the correct page and post id in the trigger.
If the chatbot is still not working,
1. Go to ‘Members” and find yourself.
2. Click “Details” on the right-hand side and the window below will be popped up.
3. You will see the record of you commenting on the post and the corresponding post ID.
4. Use the post ID in the trigger and try again.
You could also check the logs to get the correct post ID for the comment reply trigger.
1. Comment under your post for checking the record in logs
2. Go to Logs
3. Find the message event starting with [Comment event] and your Facebook name
4. Expand the tab and you will see the message you left on the post and the post_id
5. The first ID is your page ID and the second one is the post ID
6 . Copy the ID and apply to the trigger
Yes, you need to create a new trigger for each Facebook page because different Facebook page carries a different page ID and channel ID. However, you may use the redirect function to redirect to the same tree node if the response is the same. Please ...
If you would like to track the user with the member tagging function, please add the member tag to the node after the chatbot is activated. For example, if you are using a comment reply chatbot for a Facebook post, the first tree node (the one with ...
A Global Node is derived from a tree node and is a message response that can be triggered anywhere within the conversation flow, i.e. users don't necessarily need to follow the designated path or trigger to receive the message. Global node is often ...
You may only send 1 response to the user's inbox for each Facebook comment reply chatbot flow. The supported response types include: "Private Reply" "Quick Replies" "Text" "Button" "Carousel" "Media" "Image" "Audio" "Video" "File" Please refer to ...
How to check Facebook post ID for the comment reply in logs? You could check the logs to get the correct post ID for the comment reply trigger. 1. Comment under your post for checking the record in logs 2. Go to Logs 3. Find the message event ...