Updated Settings (markdown)

Andy
2021-12-22 17:19:28 +03:00
parent 84f1d82b29
commit 49105130f8

@@ -51,7 +51,7 @@ Reddit parser can parse data without cookies, but you can set it up if you want.
2. Press three-dots-button - More tools - Developer tools (or just press ```Ctrl``` + ```Shift``` + ```I```). 2. Press three-dots-button - More tools - Developer tools (or just press ```Ctrl``` + ```Shift``` + ```I```).
3. Open any twitter post you want. 3. Open any twitter post you want.
4. In the opened window go to ```Network```. 4. In the opened window go to ```Network```.
5. In the list on the left, find a query that starts with ```TwitterDetails?```... and clock on it 5. In the list on the left, find a query that starts with ```TwitterDetails?```... and click on it
6. Scroll down to ```Request Headers``` then find the fields below: 6. Scroll down to ```Request Headers``` then find the fields below:
- ```authorization: Bearer .......``` - this is the authorization token. You need to copy the text from starting with the word 'Bearer' to the end of the line and paste it into the ```Authorization``` field on the Twitter settings form. - ```authorization: Bearer .......``` - this is the authorization token. You need to copy the text from starting with the word 'Bearer' to the end of the line and paste it into the ```Authorization``` field on the Twitter settings form.
- ```x-csrf-token: ..........``` - this is csrf token. You need to copy the text from starting with the word 'Bearer' to the end of the line and paste it into the ```Authorization``` field on the Twitter settings form. You need to copy all the text after the words ```x-csrf-token:``` and paste it into the ```Token``` field on the Twitter settings form - ```x-csrf-token: ..........``` - this is csrf token. You need to copy the text from starting with the word 'Bearer' to the end of the line and paste it into the ```Authorization``` field on the Twitter settings form. You need to copy all the text after the words ```x-csrf-token:``` and paste it into the ```Token``` field on the Twitter settings form