Hi,
I’m currently working on Twitter Direct messaging part with node.js (Git hub project specified in Twitter docs),where I could able to receive messages under my live activity Dashboard.I could able to get the message displayed in the console.But,my need is to echo back the message to the chat screen,which i couldn’t be able to achieve.
For eg. If an user A is sending “Hi” to user B,then auto-reply of the same text(“Hi”) should come in the chat screen. Instead there is no such echo (or) reply back carried on.
Could anyone please tell,if there are any such request parameters (or) any specific global variables (or) specific modules/syntaxes needs to be followed to get back the incoming text as a response.
Kindly help.
Thanks,
Gowtham