aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-03-05 23:02:07 +0100
committerAlex Auvolat <alex@adnab.me>2020-03-05 23:02:07 +0100
commitd85e5c12cac14a7c8233b244b82f31b08f399185 (patch)
tree5988c3a0c00d7af378dcb83e985a304df7e7a579
parentf77a8dcacf816b625a194bc2f3a56758731f7c43 (diff)
downloadeasybridge-d85e5c12cac14a7c8233b244b82f31b08f399185.tar.gz
easybridge-d85e5c12cac14a7c8233b244b82f31b08f399185.zip
Reformulate
-rw-r--r--README.md8
1 files 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.