Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Facebook message_reads message_echoes events not supported by Botkit #396

Closed
malhotraa opened this issue Aug 30, 2016 · 4 comments
Closed

Comments

@malhotraa
Copy link

malhotraa commented Aug 30, 2016

The message_reads and message_echoes events aren't implemented by Botkit. I verified that they are being received correctly by the /facebook/received endpoint but no corresponding bot event is triggered.

{ sender: { id: '1428481693844762' },
  recipient: { id: '227330390965687' },
  timestamp: 1472535337275,
  read: { watermark: 1472535290271, seq: 17971 } }

info: Got an unexpected message from Facebook:  { sender: { id: '1428481693844762' },
  recipient: { id: '227330390965687' },
  timestamp: 1472535337275,
  read: { watermark: 1472535290271, seq: 17971 } }

{ sender: { id: '227330390965687' },
  recipient: { id: '1428481693844762' },
  timestamp: 1472535356430,
  message: 
   { is_echo: true,
     mid: 'mid.1472535356404:261dbbb07e0c648089',
     seq: 17972,
     text: 'sending message' } }
@arunthampi
Copy link
Contributor

i'll be happy to fix this as we need this asap -- but realized there are no tests for Facebook. Shall I go ahead and submit a pull request? @peterswimm @malhotraa?

@peterswimm
Copy link
Contributor

@arunthampi If you submit a PR I'll definitely get our team to review it!

@arunthampi
Copy link
Contributor

arunthampi commented Sep 1, 2016

Done! #403

@benbrown
Copy link
Contributor

benbrown commented Oct 7, 2016

This is merged and will be published in 0.4!

@benbrown benbrown closed this as completed Oct 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants