instagram_mqtt
instagram_mqtt copied to clipboard
Instagram Lite ?
Have you ever been interested in the lite version of Instagram?
Can we debug the MQTTs there?
As far as I know, instagram lite is just the web-app of instagram. You can dig around the sources in the instagram webapp and find all the scripts and a script related to mqtt as well.
Could it be a misunderstanding? Because it communicates only with Mqtt without using any web port. When I debug the classes, I couldn't see any web call.
They used to work as a web-app.
but those parts are no longer responding.
they completely converted it into an app
instagram.lite_67.0.0.0.51 = web-app
Looking in ConsumerLibCommons.js
, iglite seems to use the useragent InstagramLite
.
Instagram lite and Facebook lite seem to work the same way.