From e3602e83ce96651b0b29306dd58331c2755442a3 Mon Sep 17 00:00:00 2001 From: ThatAlexanderA <38069912+ThatAlexanderA@users.noreply.github.com> Date: Mon, 4 Jun 2018 16:18:32 +0200 Subject: [PATCH] Added Remove Friend URl --- fbchat/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fbchat/utils.py b/fbchat/utils.py index b8a6454..7801b82 100644 --- a/fbchat/utils.py +++ b/fbchat/utils.py @@ -122,8 +122,7 @@ class ReqUrl(object): ATTACHMENT_PHOTO = "https://www.facebook.com/mercury/attachments/photo/" EVENT_REMINDER = "https://www.facebook.com/ajax/eventreminder/create" MODERN_SETTINGS_MENU = "https://www.facebook.com/bluebar/modern_settings_menu/" - REMOVE_FRIENDFIRST = "https://m.facebook.com/removefriend.php?friend_id=" - REMOVE_FRIENDSECOND = "https://m.facebook.com/a/removefriend.php" + REMOVE_FRIEND = "https://m.facebook.com/a/removefriend.php" pull_channel = 0