Thanks, and do you know, in JS, how to retrieve a tweet from its ID ? “search_tweets” seems to be a not adapted command, impossible to find the right one for specific ID.
me._cb.__call(
"search_tweets",
"id:692597846713995264",
function (reply, rate, err) {
//...
},
false // this parameter required
);