fbchat-dev / fbchat-dev/fbchat

Cannot login, Facebook detects the API then redirects to checkpoint

Open
#532 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
403
PR merge metrics
No merged PRs in 30d

Description

Can't login anymore due to Facebook detection then redirection at https://m.facebook.com/checkpoint/?_rdr
Would appreciate a really quick fix to this :(

Used the example echobot.py

## Traceback
```
Traceback (most recent call last):
File "testecho.py", line 3, in
session = fbchat.Session.login("email", "password")
File "/home/jukiro/.local/lib/python3.7/site-packages/fbchat/_session.py", line 248, in login
"Login failed at url {!r}".format(r.url), msg, code=code
fbchat.ExternalError: Login failed at url 'https://m.facebook.com/checkpoint/?_rdr': None
```

## Environment information
- Python 3.7.3
- `fbchat` 1.9.6

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.