You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to convert from chrome cookies to config file?
because i bought the accounts with chrome cookies, and i got rur, sessionId, datr, csrftoken, mid.
i mapped the rur into ConfigFile.HeaderOptions["Ig-U-Rur"] and "Bearer IGT:2:"+base64("{\"ds_user_id\":\"userid\",\"sessionid\":\"sessionid\"}") into ConfigFile.HeaderOptions["Authorization"] and mid into ConfigFile.HeaderOptions["X-Mid"]
then i set ConfigFile.HeaderOptions["X-Ig-Www-Claim"] to "0" and ConfigFile.SessionNonce to ""
it shows you have been logged out, please log back in
The text was updated successfully, but these errors were encountered:
is it possible to convert from chrome cookies to config file?
because i bought the accounts with chrome cookies, and i got
rur
,sessionId
,datr
,csrftoken
,mid
.i mapped the
rur
intoConfigFile.HeaderOptions["Ig-U-Rur"]
and"Bearer IGT:2:"+base64("{\"ds_user_id\":\"userid\",\"sessionid\":\"sessionid\"}")
intoConfigFile.HeaderOptions["Authorization"]
andmid
intoConfigFile.HeaderOptions["X-Mid"]
then i set
ConfigFile.HeaderOptions["X-Ig-Www-Claim"]
to"0"
andConfigFile.SessionNonce
to""
it shows
you have been logged out, please log back in
The text was updated successfully, but these errors were encountered: