From d85e5c12cac14a7c8233b244b82f31b08f399185 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 5 Mar 2020 23:02:07 +0100 Subject: [PATCH] Reformulate --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8f7201..4d78ca9 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ attempts quite rapidly. To bypass this issue, the Messenger backend provides the using a *client pickle*, i.e. a serialized client that contains all of the cookies obtained during a single initial login procedure, so that further logins are not required any longer. -To generate your client pickle, run the following command: +To use this method, *do not enter your password in Easybridge when configuring the Messenger backend*. +Generate your client pickle by running the following command: ``` ./external/messenger.py create_client_pickle @@ -91,6 +92,7 @@ To generate your client pickle, run the following command: This procedure will ask for your email and password and attempt to log you in to Facebook. If it succeeds, it will print several dozen lines of data looking like `eJyVVlt....X9cgyfgY7mJaK`. -Then, when configuring the Messenger backend in Easybridge, *do not enter your password*. -Instead, enter the obtained client pickle string in the appropriate field. +Then, when configuring the Messenger backend in Easybridge, +instead of entering your password, +enter the obtained client pickle string in the appropriate field.