From d782a5afb67840492e5bb64b3444fd5877d6fa7e Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 4 Sep 2015 09:20:37 +0100 Subject: [PATCH] Allow twitter out node to specify extra parameters to close #119. Thanks @sacbhale --- social/twitter/27-twitter.html | 2 ++ social/twitter/27-twitter.js | 3 ++- social/twitter/README.md | 2 ++ social/twitter/package.json | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/social/twitter/27-twitter.html b/social/twitter/27-twitter.html index 678e9d66..456b4c20 100644 --- a/social/twitter/27-twitter.html +++ b/social/twitter/27-twitter.html @@ -205,6 +205,8 @@

To send a Direct Message (DM) - use a payload like "D {username} {message}"

If msg.media exists and is a Buffer object, this node will treat it as an image and attach it to the tweet.

+

If msg.params exists and is an object of name:value pairs, + this node will treat it as parameters for the update request.