Giter VIP home page Giter VIP logo

Comments (5)

Nerixyz avatar Nerixyz commented on August 11, 2024

I'm not sure whether you'll receive message events using the realtime client on pending threads, but on accepted threads you'll want to look into the RealtimeClient. Now for pending threads, you can expect a notification, so fbns might be helpful here.

so that i can receive messages smoothly

I don't know what "smoothly" is in this context. You either get the message using the HTTP Api or the RealtimeClient.

from instagram_mqtt.

jafferkazmi572 avatar jafferkazmi572 commented on August 11, 2024

No, I am only receiving messages from RealtimeClient for which threads are already accepted. But if i receive a message from a user first time , i have to first accept request from Instagram then i start receiving messages from that thread.

That's why i ask how can i get real time direct messages requests like real time messages and smoothly means here real time nothing else.

Anyway thanks for response and for fbns suggestion and it will be a great help if you just tell me what should i look in fbns for pending threads

from instagram_mqtt.

Androz2091 avatar Androz2091 commented on August 11, 2024

@jafferkazmi572 You can use FBNS. When someone will send you a DM it will emit the following payload:

super_user_root_2 is the user. THREAD_ID is the ID of the thread. USER_ID is the id of super_user_root_2 and MY_USER_ID is the user id of the bot using instagram_mqtt.

{
	message: 'super_user_root_2 wants to send you a message.',
	igAction: 'direct_v2?id=THREAD_ID&t=p',
	actionPath: 'direct_v2',
	actionParams: [Object: null prototype] {
		id: 'THREAD_ID',
		t: 'p'
	},
	collapseKey: 'direct_v2_message',
	optionalAvatarUrl: 'XXXXXXXXXX',
	sound: 'default',
	pushId: 'XXXXXXXXXX',
	pushCategory: 'direct_v2_pending',
	intendedRecipientUserId: MY_USER_ID,
	sourceUserId: 'USER_ID',
	badgeCount: {}
}

from instagram_mqtt.

Androz2091 avatar Androz2091 commented on August 11, 2024

Androz2091/insta.js@af89d78 could help you.

from instagram_mqtt.

jafferkazmi572 avatar jafferkazmi572 commented on August 11, 2024

yeah thanks @Androz2091 , i have used fbns and it solved my problem

from instagram_mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.