junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 134 forks source link

How did you reverse? #230

Open MsLolita opened 11 months ago

MsLolita commented 11 months ago

Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https traffic. I also used fiddler, which did not show the requests normally. So I would be very grateful if you could explain how you were able to sniff the traffic, or maybe link to the tutorial you did.

kallefrombosnia commented 11 months ago

Check this blog post. It should give you an idea how to start and what to do. https://www.jamelhammoud.com/experiments/reverse-engineering-instagram-threads-api/