This page was last edited on June 18, 2024, at 11:46.
Comments or questions about this documentation? Contact us for support!
Facebook BP - Single Comment Routing resembles Facebook BP, except that it submits only interactions that consist of a post and exactly one comment.
Set thex-submit-comments-itxoption to true. This makes the system create an interaction for each comment in addition to the interaction that it creates containing both the base post and all of the comments on it.
Starting in this release, processing of interactions of type facebooksession (Facebook chat) is supported with FacebookItxType=10
In this release there are the following changes.
In order to enable editing of outbound comments and posts, _facebookPostId and _facebookCommentId are included for all newly created posts and comments.
Instead of the KVListAddData function, these strategies use KVListSetData, which does not create duplicate keys.