From 1557a46fa94a14da2a343a58861be1a04a589d97 Mon Sep 17 00:00:00 2001 From: sacbhale Date: Tue, 30 Jun 2015 05:04:20 +0000 Subject: [PATCH] added msg.params as an option for twitter out node --- social/twitter/27-twitter.html | 3 +++ social/twitter/27-twitter.js | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/social/twitter/27-twitter.html b/social/twitter/27-twitter.html index 44b6efd2..8c4a2ca2 100644 --- a/social/twitter/27-twitter.html +++ b/social/twitter/27-twitter.html @@ -204,6 +204,9 @@

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 a set of field: value pairs, this node will treat it as + parameters for the update request

+