Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions instagram_private_api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down