You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the bug report and also for including a DEBUG log!
I've gone ahead and removed your log file from the issue after looking at so it doesn't leak anything that might be sensitive like cookies etc.
The issue here is that Facebook changed their authentication rules.
We've been sending the password using pass in plaintext (but over HTTPS so still secure) so far.
Facebook no longer allows this (which means it completely breaks Facebook for people using no Javascript browsers!).
Instead, Facebook is now enforcing we pass a enc_pass encrypted version of the password which they first started using around 2019 but it wasn't enforced like it is now.
Hi.
Since this month fb2cal fails to authenticate. Maybe it is caused by a change in the endpoint.
And the password is correct since I can still authenticate from a regular browser.
The text was updated successfully, but these errors were encountered: