-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Realtime Comments #104
Comments
If that's your code, then you need to remove the space in the string: |
I changed it and the event never came, do you have idea? await ig.realtime.connect({
graphQlSubs: [
// these are some subscriptions
GraphQLSubscriptions.getAppPresenceSubscription(),
GraphQLSubscriptions.getZeroProvisionSubscription(ig.state.phoneId),
GraphQLSubscriptions.getDirectStatusSubscription(),
GraphQLSubscriptions.getDirectTypingSubscription(ig.state.cookieUserId),
GraphQLSubscriptions.getAsyncAdSubscription(ig.state.cookieUserId),
],
skywalkerSubs: [
SkywalkerSubscriptions.directSub(ig.state.cookieUserId),
SkywalkerSubscriptions.liveSub(ig.state.cookieUserId),
]
}); Did I miss option something? |
Maybe the id changed, as I said I haven't looked at it in a long time. |
Kein Problem :), Ithink I want to understand with frida, will try next years and maybe you can change for repository. |
I used an emulator. |
Thanks and which emulator? Nox or Bluestacks or original from Android Studio? |
I used Genymotion, though I suppose it doesn't really matter as long as you can be root.
It should be installed separately. |
https://github.com/Nerixyz/instagram_mqtt/blob/master/frida/mqttListen.js#L25 I took the Instagram version exactly as v123.0.0.21.114 |
@Nerixyz |
That library is the http implementation for Instagram. The last time I checked, it doesn't have anything to do with mqtt. |
@Nerixyz Danke, MQTT will no longer support it in the future? |
MQTT is probably still used, but it's implemented in Java - not in a native library. You should be able to find references to it by searching for known strings in the apk file (e.g. |
Hello @Nerixyz
with add listener
https://github.com/Nerixyz/instagram_mqtt/blob/master/examples/realtime.example.ts#L92
there was never an event and login works perfectly.
The text was updated successfully, but these errors were encountered: