-
|
Hi, I have a question about Android vs iOS session contexts in instagrapi. From what I understand, instagrapi is mainly Android private API shaped. I’m trying to understand whether it is valid to mix Android-authenticated sessions with iOS- Context:
Questions:
I can provide redacted route order, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Answered for current instagrapi behavior: instagrapi is an Android private API client, so keep Android device/session/header state internally consistent. Do not mix iOS headers or rotate device identity after login. Sensitive routes can still depend on Instagram account trust and may require an app-like warmup on the same stable session. |
Beta Was this translation helpful? Give feedback.
Answered for current instagrapi behavior: instagrapi is an Android private API client, so keep Android device/session/header state internally consistent. Do not mix iOS headers or rotate device identity after login. Sensitive routes can still depend on Instagram account trust and may require an app-like warmup on the same stable session.