ttezel / twit

Twitter API Client for node (REST & Streaming API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reply to a tweet is possible?

johan-perso opened this issue · comments

Twit is not maintained, so I think reply to a tweet is impossible due to the change of the Twitter API… Is this just or no ?

You can reply to any tweet as long as you have its id. Here's an exemple:
Bot.post('statuses/update', { status: string, in_reply_to_status_id: string | number}, (err, data: Twitter.Status, res) => { ... }