Avery Morin

Results 74 comments of Avery Morin

It depends how you log in. See the examples [here](https://github.com/Schmavery/facebook-chat-api/blob/master/DOCS.md#logincredentials-options-callback) to see how you can persist cookies/login info (called appstate in the docs) and use it to continue a previous...

@lukyrys @Theblood I just published 1.7.0, you can try that and see if it helps. https://www.npmjs.com/package/facebook-chat-api/v/1.7.0

I'm assuming this means that the original searchForThread function is completely broken in the current release? Can't remember the status

happy to accept PR for this https://github.com/Schmavery/facebook-chat-api/blob/389f8c8ee45271e30e4919f3e7e72b058a3c9888/src/threadColors.js

maybe things changed after the shift to mqtt and its no longer required. Idk but we can try removing it if it's causing issues.

Isn't this what `if (err) return console.error(err);` is doing??

Maybe it records that option during login, maybe try setting it there?

Hmm, we originally implemented this api before message requests were a thing. Is anyone else seeing this problem? @noboundstech Can you check if the person you send a message to...

It sounds like you're using the api more or less correctly (to test, you can try sending it to someone who is your friend, maybe). If the `sendMessage` works when...

@noboundstech @firdousalam It's possible that facebook has changed something in the version of the server they're exposing to your account. Unfortunately it can be pretty difficult to debug this sort...