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
Is it possible to add reactions as a field for the Message object? Not sure what this would entail, but seems like an important feature of any Facebook Messenger message!
The text was updated successfully, but these errors were encountered:
libfb would have to store every message object to update it with reactions, so it's probably not really a good solution :/
But reactions support itself is a good feature
Well, I would love to get involved/implement reactions, but I have no idea where to start! From what I can gather, you guys sort of reverse-engineered some protocol that Facebook uses for sending messages; do I need to understand this protocol/what exactly you guys did in order to help out? Or is there a more abstract layer at which I can start hacking?
Unfortunately, there seems to be little documentation on how the code actually works, so I'm not sure where I should try working. Do you have any suggestions?
Is it possible to add reactions as a field for the Message object? Not sure what this would entail, but seems like an important feature of any Facebook Messenger message!
The text was updated successfully, but these errors were encountered: