fb-messenger-cli icon indicating copy to clipboard operation
fb-messenger-cli copied to clipboard

facebook keeps locking my account

Open archenemies opened this issue 4 years ago • 8 comments

Facebook has asked me to change my password four times over the past week, could this be related to fb-messenger-cli, are other people experiencing the same problem, and is it new or has it happened before?

Thank you for this project by the way, it is wonderful when it works.

archenemies avatar Mar 27 '20 04:03 archenemies

I am experiencing the same thing, facebook seems to think I lost my password due to some phising attack. I wonder if there's a way to whitelist this program, or give it access in facebook settings somewhere through some sort of api

adamac2 avatar Jun 28 '20 20:06 adamac2

Same issue here, and facebook continues locking me out even after uninstalling fb-messenger-cli, which should mean no further requests are being sent right?

wkosmos avatar Jul 20 '20 16:07 wkosmos

Same here, I'm still waiting for the day someone fix this, lol.

nguyenngochoang avatar Jul 28 '20 01:07 nguyenngochoang

+1 I'm from Poland, trying to use it on my VPS in Germany(oracle cloud)and Facebook says it's trying to log in from Seattle even though https://www.iplocation.net/ does say my VPS is in Germany.

KorusMateusz avatar Dec 08 '20 22:12 KorusMateusz

this should fake a common browser useragent to avoid getting blocked by FB

allanlaal avatar Feb 05 '21 23:02 allanlaal

this should fake a common browser useragent to avoid getting blocked by FB

As far as I understand it, this tool is using a public API made available by Facebook - it's not pretending to be a web browser. That would be much harder and would require continuous maintenance.

archenemies avatar Feb 05 '21 23:02 archenemies

this should fake a common browser useragent to avoid getting blocked by FB

As far as I understand it, this tool is using a public API made available by Facebook - it's not pretending to be a web browser. That would be much harder and would require continuous maintenance.

I don't think that Facebook would provide a public API to automate Messenger for real people - it does for apps, but in this project in package.json you can see that it uses puppeteer.

And as for the user agent - that's a good idea, I'll try to overwrite it and see if it helps.

KorusMateusz avatar Feb 15 '21 12:02 KorusMateusz

Thank you for keeping me honest.

archenemies avatar Feb 15 '21 12:02 archenemies