From 796080471df46a4e93d3a558216516daca43b14a Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Mon, 25 Nov 2013 21:46:15 +0000 Subject: [PATCH] Twitter: add help text about rate limits --- nodes/core/social/27-twitter.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/core/social/27-twitter.html b/nodes/core/social/27-twitter.html index bc1316449..66619c5ea 100644 --- a/nodes/core/social/27-twitter.html +++ b/nodes/core/social/27-twitter.html @@ -138,6 +138,10 @@

Sets the msg.topic to tweets/ and then appends the senders screen name.

Sets msg.location to the tweeters location if known.

Sets msg.tweet to the full tweet object as documented by Twitter. +

Note: when set to a specific user's tweets, or your direct messages, the node is subject to + Twitter's API rate limiting. If you deploy the flows multiple times within a 15 minute window, you may + exceed the limit and will see errors from the node. These errors will clear when the current 15 minute window + passes.