-
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
subscription parameters in java #54
Comments
Do you have any packet logs or similar? I can't work with |
I receive packages from the following topics
I need the submitted parameters for subscription |
But which packets are you sending? |
This is exactly my problem I do not know what packets to send with what data to receive direct messages |
To subscribe to these events on instagram mqtt, you only have to publish the subscription to the topic. Take a look at this. |
Thank you for your response.
|
Both parameters are from the direct inbox feed response |
Thank You. The next problem is receiving notifications (likes and comments). I go through these steps to receive push notifications. 1.
2.
But I do not receive notifications |
can you help but got only |
I implemented this api in the Java project
In the
graphql.subscription
And
skywalker.subscriptio
**I have a problem and I do not receive any notifications from these parts.
I wanted the parameters sent in this section.
Thanks**
The text was updated successfully, but these errors were encountered: