Schmavery / facebook-chat-api

Unofficial Facebook Chat API for Nodejs
MIT License
1.93k stars 596 forks source link

Facebook unusual login #742

Open hambog00 opened 5 years ago

hambog00 commented 5 years ago

Facebook provides me a notification on attempt to login: We noticed an unusual login from a device or location you don't usually use. Was this yo?

my app is running on my local machine..

ravkr commented 5 years ago

They are recognizing that you are using facebook-chat-api :/ it's a problem known for at least one year you might try to change user-agent etc. but I'm not sure if it would fix it

Alcap commented 4 years ago

Is there any workaround to this?

BadAimWeeb commented 4 years ago

Is there any workaround to this?

change the user agent, send markAsRead every time receive messages.

Alcap commented 4 years ago

Thanks! Will do!

prameshbajra commented 4 years ago

Is there any workaround to this?

Hi @Alcap , were you able find a workaround on this? Mind guiding me too?