Nerixyz / instagram_mqtt

Realtime and Push Notification (FBNS) support for the instagram-private-api
MIT License
244 stars 49 forks source link

Instagram Lite ? #94

Open gaplan opened 2 years ago

gaplan commented 2 years ago

Have you ever been interested in the lite version of Instagram?

Can we debug the MQTTs there?

Nerixyz commented 2 years ago

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.

gaplan commented 2 years ago

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.

gaplan commented 2 years ago

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 image

Nerixyz commented 2 years ago

Looking in ConsumerLibCommons.js, iglite seems to use the useragent InstagramLite.

gaplan commented 2 years ago

Instagram lite and Facebook lite seem to work the same way.