Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit cf9eb4c

Browse files
danijel-bjelancevicahmdrz
authored andcommitted
Update user agent values. (#253)
1 parent cf46a64 commit cf9eb4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

const.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package goinsta
33
const (
44
goInstaAPIUrl = "https://i.instagram.com/api/v1/"
55
goInstaAPIUrlv2 = "https://i.instagram.com/api/v2/"
6-
goInstaUserAgent = "Instagram 27.0.0.7.97 Android (24/7.0; 380dpi; 1080x1920; OnePlus; ONEPLUS A3010; OnePlus3T; qcom; en_US)"
7-
goInstaIGSigKey = "109513c04303341a7daf27bb41b268e633b30dcc65a3fe14503f743176113869"
6+
goInstaUserAgent = "Instagram 85.0.0.21.100 Android (24/7.0; 380dpi; 1080x1920; OnePlus; ONEPLUS A3010; OnePlus3T; qcom; en_US)"
7+
goInstaIGSigKey = "937463b5272b5d60e9d20f0f8d7d192193dd95095a3ad43725d494300a5ea5fc"
88
fbAnalytics = "567067343352427"
99
igCapabilities = "3brTBw=="
1010
connType = "WIFI"

0 commit comments

Comments
 (0)