|
@@ -122,7 +122,7 @@ class BaseAndroidAPI:
|
|
|
"x-ig-bandwidth-speed-kbps": "-1.000",
|
|
|
"x-ig-bandwidth-totalbytes-b": "0",
|
|
|
"x-ig-bandwidth-totaltime-ms": "0",
|
|
|
- "x-ig-app-startup-country": self.state.device.language.split("_")[1],
|
|
|
+ # "x-ig-app-startup-country": self.state.device.language.split("_")[1],
|
|
|
"x-bloks-version-id": self.state.application.BLOKS_VERSION_ID,
|
|
|
"x-ig-www-claim": self.state.session.ig_www_claim or "0",
|
|
|
"x-bloks-is-layout-rtl": str(self.state.device.is_layout_rtl).lower(),
|
|
@@ -134,6 +134,7 @@ class BaseAndroidAPI:
|
|
|
"x-fb-connection-type": self.state.device.connection_type,
|
|
|
"x-ig-capabilities": self.state.application.CAPABILITIES,
|
|
|
"x-ig-app-id": self.state.application.FACEBOOK_ANALYTICS_APPLICATION_ID,
|
|
|
+ "priority": "u=3",
|
|
|
"user-agent": self.state.user_agent,
|
|
|
"accept-language": self.state.device.language.replace("_", "-"),
|
|
|
"authorization": self.state.session.authorization,
|
|
@@ -144,10 +145,10 @@ class BaseAndroidAPI:
|
|
|
"ig-u-ds-user-id": self.state.session.ds_user_id,
|
|
|
"ig-u-rur": self.state.session.rur,
|
|
|
"ig-intended-user-id": self.state.session.ds_user_id or "0",
|
|
|
- "ig-client-endpoint": "unknown",
|
|
|
+ # "ig-client-endpoint": "unknown",
|
|
|
"x-fb-http-engine": "Liger",
|
|
|
"x-fb-client-ip": "True",
|
|
|
- "x-fb-rmd": "cached=0;state=NO_MATCH",
|
|
|
+ # "x-fb-rmd": "cached=0;state=NO_MATCH",
|
|
|
"x-fb-server-cluster": "True",
|
|
|
"x-tigon-is-retry": "False",
|
|
|
"accept-encoding": "gzip",
|