New event reminder requests

This commit is contained in:
Kacper Ziubryniewicz
2018-08-09 20:01:52 +02:00
committed by GitHub
parent f425d32846
commit d750f29fad

View File

@@ -126,6 +126,9 @@ class ReqUrl(object):
GRAPHQL = "https://www.facebook.com/api/graphqlbatch/"
ATTACHMENT_PHOTO = "https://www.facebook.com/mercury/attachments/photo/"
EVENT_REMINDER = "https://www.facebook.com/ajax/eventreminder/create"
EVENT_INFO = "https://www.facebook.com/ajax/eventreminder"
EVENT_CHANGE = "https://www.facebook.com/ajax/eventreminder/submit"
EVENT_PARTICIPATION = "https://www.facebook.com/ajax/eventreminder/rsvp"
MODERN_SETTINGS_MENU = "https://www.facebook.com/bluebar/modern_settings_menu/"
REMOVE_FRIEND = "https://m.facebook.com/a/removefriend.php"
BLOCK_USER = "https://www.facebook.com/messaging/block_messages/?dpr=1"