Hi, I am setting the following params in Twit package and NOT able to reply to a specific tweet.Pls help
var params = {
status: ‘@XXXX This IS THE REPLY BACK @XXXWITH ALL PARAMS SET-2nd time’,
id: ‘XXXXXXXXXXXXXXXXX’,
id_str: ‘XXXXXXXXXXXXXXXXX’,
in_reply_to_screen_name: ‘XXXXX’
};
T.post(‘statuses/update’, params, function (err, data, response) {
console.log(data)