stock69
Newbie
- Jul 17, 2022
- 4
- 3
Hey, I'm currently building an Instagram automation thing. I've heard that mobile API calls are the best way to go when they actually work reliably.
I've got a real Android phone that's rooted, and I've successfully bypassed SSL pinning — so now I can intercept all the network traffic from the app.
How would you guys proceed from here? What's the next step? Should I automate stuff directly on the phone (like with UI automation) or reverse-engineer the mobile API requests and build my own backend service that sends those calls programmatically?
I've got a real Android phone that's rooted, and I've successfully bypassed SSL pinning — so now I can intercept all the network traffic from the app.
How would you guys proceed from here? What's the next step? Should I automate stuff directly on the phone (like with UI automation) or reverse-engineer the mobile API requests and build my own backend service that sends those calls programmatically?