Closed wittfabian closed 5 years ago
We should use the sender_id instead of the full message. It's easier if someone uses the library not only to respond to messages.
Example: https://github.com/rehabstudio/fbmessenger/blob/master/fbmessenger/__init__.py#L45
def get_user_data(self, entry, fields=None, timeout=None):
Needs discussion. @rickydunlop
Yeah i'm happy to go with this, it would need a major version bump as it's a breaking change
Ok. We should provide the current version as 5.6.1
We should use the sender_id instead of the full message. It's easier if someone uses the library not only to respond to messages.
Example: https://github.com/rehabstudio/fbmessenger/blob/master/fbmessenger/__init__.py#L45