fbchat-dev/fbchat

"Device Logged in From Unknown Location" Error

Open

#236 geöffnet am 20. Dez. 2017

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (406 Forks)github user discovery
enhancementhelp wantedquestion

Repository-Metriken

Stars
 (1.210 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Usually, when attempting to log in on an external server, with an IP that's different from the ones you usually use, you get blocked, and you recieve an email a little while later explaining that the login attempt has been blocked. Though I realise that this is a very good security feature, I'm wondering whether and how you would then go about logging in to Facebook on an external server.

My solution, which is currently untested, would be to send a set of working session cookies to the server as well, and use those to "verify" the IP, and then you would be able to subsequently login. Though I have a feeling that this may not be entirely possible, and that we may have to add some functionality to fbchat to make this possible (For example if Facebook requires that you retype your password when changing IP)

Contributor Guide