Schmavery/facebook-chat-api

Receiving message is broken

Opened this issue · 6 comments

Hi,

Today I tested with 3 differents machines, 2 differents internet connections. But listen doesn't work. The callback is not fired. It seems there is some change on facebook?

I already have the last version 1.7.0.

Sincerely,

Make sure you're listening with listenMqtt and not listen.

listen is deprecated, use listenMqtt instead.

But where guys did you read listen is deprecated? I re-read the documentation I still missed it.

oh, I haven't mark it as deprecated yet, but it will soon be replaced with listenMqtt. (it's the default protocol to receive chat in facebook now.)