You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving message_reactions is enabled in the app settings.
But I don't get any event when the user reacts to the message. (I tried event.isReaction and event.rawEvent). There is no error in this case either.
If I send a test webhook message_reactions using developer.facebook.com I get an error (the error is caused by the fact that a pseudo sender is specified in the test message and bottender cannot access his profile)
Could you check what the reason is and fix the problem.
Thank you in advance!
To Reproduce
Subscribe to message_reactions
React to message from messenger
Try to receive event.isReaction
It's nothing now.
Expected behavior
Expect event.isReaction and event.reaction
The text was updated successfully, but these errors were encountered:
Receiving message_reactions is enabled in the app settings.
But I don't get any event when the user reacts to the message. (I tried event.isReaction and event.rawEvent). There is no error in this case either.
If I send a test webhook message_reactions using developer.facebook.com I get an error (the error is caused by the fact that a pseudo sender is specified in the test message and bottender cannot access his profile)
Could you check what the reason is and fix the problem.
Thank you in advance!
To Reproduce
Subscribe to message_reactions
React to message from messenger
Try to receive event.isReaction
It's nothing now.
Expected behavior
Expect event.isReaction and event.reaction
The text was updated successfully, but these errors were encountered: