From 8754e07b6b6ade63aeba6c494513aad0ddf0c421 Mon Sep 17 00:00:00 2001 From: Vobinics <38610729+Vobinics@users.noreply.github.com> Date: Sat, 21 Sep 2019 20:13:35 +0300 Subject: [PATCH] Update constants.py New values set IG_SIG_KEY APP_VERSION --- instagram_private_api/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instagram_private_api/constants.py b/instagram_private_api/constants.py index 44b5130c..70036c57 100644 --- a/instagram_private_api/constants.py +++ b/instagram_private_api/constants.py @@ -2,10 +2,10 @@ class Constants(object): """Constants holder class that stores the bulk of the fixed strings used in the library.""" - IG_SIG_KEY = '19ce5f445dbfd9d29c59dc2a78c616a7fc090a8e018b9267bc4240a30244c53b' + IG_SIG_KEY = 'c36436a942ea1dbb40d7f2d7d45280a620d991ce8c62fb4ce600f0a048c32c11' IG_CAPABILITIES = '3brTvw==' SIG_KEY_VERSION = '4' - APP_VERSION = '76.0.0.15.395' + APP_VERSION = '112.0.0.18.152' APPLICATION_ID = '567067343352427' FB_HTTP_ENGINE = 'Liger'