Hi, I’m using codebird.js. I’m try to reply to a tweet but the tweet id is not matched and I can only post a tweet withou any reply.
var param={
"status":" @FOX2now prova ciao",
"in_reply_to_status_id":472741857035034624
};
cb.__call(
"statuses_update",
param,
function (reply) {
return reply;
}