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
Change to graphql api endpoint BirthdayCometRootQuery (#81)
Closes#24 (No locales being used anymore)
Closes#32 (No async endpoint used so no domops)
Closes#52 (No locales being used anymore)
Closes#13 (No locales being used anymore)
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,9 @@ Around 20 June 2019, Facebook removed their Facebook Birthday ICS export option.
19
19
This change was unannounced and no reason was ever released.
20
20
21
21
fb2cal is a tool which restores this functionality.
22
-
It works by calling various async endpoints that power the https://www.facebook.com/events/birthdays/ page.
22
+
It works by calling endpoints that power the https://www.facebook.com/events/birthdays/ page.
23
23
After gathering a list of birthdays for all the users friends for a full year, it creates a ICS calendar file. This ICS file can then be imported into third party tools (such as Google Calendar).
24
24
25
-
This tool **does not** use the Facebook API.
26
-
27
25
## Requirements
28
26
* Facebook account
29
27
* Python 3.6+
@@ -59,9 +57,6 @@ It is recommended to run the script **once every 24 hours** to update the ICS fi
59
57
## Caveats
60
58
* Facebook accounts secured with 2FA are currently not supported (see [#9](../../issues/9))
61
59
* During Facebook authentication, a security checkpoint may trigger that will force you to change your Facebook password.
62
-
* Some locales are currently not supported (see [#13](../../issues/13))
63
-
* Some supported locales may fail. Consider changing your Facebook language to English temporarily as a workaround. (see [#52](../../issues/52))
64
-
* Duplicate birthday events may appear if calendar is reimported after Facebook friends change their username due to performance optimizations. (see [#65](../../pull/65))
0 commit comments