Update How to find Instagram hash

Andy
2022-09-27 22:18:29 +03:00
parent fa574b7b1b
commit d4faaa1cfa

@@ -150,7 +150,10 @@ The Reddit parser can parse data without cookies, but you can add it if you like
1. Go to ```Network``` 1. Go to ```Network```
1. If this tab contain any data, clear it. 1. If this tab contain any data, clear it.
1. Open any profile for ```Hash``` or your saved Instagram posts for ```Hash 2```. 1. Open any profile for ```Hash``` or your saved Instagram posts for ```Hash 2```.
1. Click ```Ctrl``` + ```F``` and find the text ```query_hash=```. The alphanumeric value after the equal sign is the required hash. 1. Click ```Ctrl+F``` and find the text ```query_hash=```. The alphanumeric value after the equal sign is the required hash.
- You can find two different hashes. The first is good, the second is wrong.
- https://www.instagram.com/graphql/query/?query_hash=abcde12345abcde12345abcde12345ab&variables={"id":"123456789","first":12}
- https://www.instagram.com/graphql/query/?query_hash=54321edcba54321edcba54321edcba54&variables={"user_id":"123456789","include_chaining":true,"include_reel":false,"include_suggested_users":false,"include_logged_out_extras":false,"include_highlight_reels":true,"include_live_status":true}
1. Copy this and paste it into the corresponding (```Hash```, ```Hash 2```) field on the Instagram settings form. 1. Copy this and paste it into the corresponding (```Hash```, ```Hash 2```) field on the Instagram settings form.
### How to find Instagram authorization headers ### How to find Instagram authorization headers