utils - Event to Plan

This commit is contained in:
Kacper Ziubryniewicz
2018-08-19 15:25:02 +02:00
committed by GitHub
parent 49b213bb2d
commit 5b89c2d504

View File

@@ -125,10 +125,10 @@ class ReqUrl(object):
TYPING = "https://www.facebook.com/ajax/messaging/typ.php"
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"
PLAN_CREATE = "https://www.facebook.com/ajax/eventreminder/create"
PLAN_INFO = "https://www.facebook.com/ajax/eventreminder"
PLAN_CHANGE = "https://www.facebook.com/ajax/eventreminder/submit"
PLAN_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"