Added request for message searching

This commit is contained in:
Kacper Ziubryniewicz
2018-08-10 09:08:34 +02:00
committed by GitHub
parent f564c732d4
commit a8da94ee6d

View File

@@ -144,6 +144,7 @@ class ReqUrl(object):
CREATE_POLL = "https://www.facebook.com/messaging/group_polling/create_poll/?dpr=1" 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" 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" 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 pull_channel = 0