node-twitter icon indicating copy to clipboard operation
node-twitter copied to clipboard

Support `POST direct_messages/events/new`

Open amachino opened this issue 6 years ago • 2 comments

https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/api-reference/new-event

Requires a JSON POST body and Content-Type header to be set to application/json. Setting Content-Length may also be required if it is not automatically.

amachino avatar Dec 28 '17 14:12 amachino

@mach I have just created pull request #278. Let's see if it is accepted, or at least used as the basis to move forward on this issue.

teifip avatar Jan 08 '18 23:01 teifip

@mach, @teifip supporting this in: https://github.com/Preposterous/twitter-lite

peterpme avatar Mar 14 '18 03:03 peterpme