From a8da94ee6d148623c204aad518a48e730e021596 Mon Sep 17 00:00:00 2001 From: Kacper Ziubryniewicz Date: Fri, 10 Aug 2018 09:08:34 +0200 Subject: [PATCH] Added request for message searching --- fbchat/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fbchat/utils.py b/fbchat/utils.py index e9e07f3..1ab4290 100644 --- a/fbchat/utils.py +++ b/fbchat/utils.py @@ -144,6 +144,7 @@ class ReqUrl(object): CREATE_POLL = "https://www.facebook.com/messaging/group_polling/create_poll/?dpr=1" UPDATE_VOTE = "https://www.facebook.com/messaging/group_polling/update_vote/?dpr=1" GET_POLL_OPTIONS = "https://www.facebook.com/ajax/mercury/get_poll_options" + SEARCH_MESSAGES = "https://www.facebook.com/ajax/mercury/search_snippets.php?dpr=1" pull_channel = 0