diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-05 23:02:07 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-05 23:02:07 +0100 |
commit | d85e5c12cac14a7c8233b244b82f31b08f399185 (patch) | |
tree | 5988c3a0c00d7af378dcb83e985a304df7e7a579 /README.md | |
parent | f77a8dcacf816b625a194bc2f3a56758731f7c43 (diff) | |
download | easybridge-d85e5c12cac14a7c8233b244b82f31b08f399185.tar.gz easybridge-d85e5c12cac14a7c8233b244b82f31b08f399185.zip |
Reformulate
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |