如何将 tweet 发送到正确的电子邮件地址作为当前的 Bluemix ID

How to do in order to tweet to the right e-mail address as the current Bluemix ID

我们正在使用 Node-RED 构建 Bluemix 服务。最后一个节点 "Tweet out" 在所附的屏幕截图中显示错误。 我们认为该服务会自动连接到之前在 API 应用程序身份验证时用作 Bluemix ID 的 Twitter 帐户的旧电子邮件地址。
您能告诉我我们应该怎么做才能将推文发送到当前 Bluemix ID 的 Twitter 帐户的正确电子邮件地址吗?

这与使用的用户无关,187 错误1 代码是因为您一遍又一遍地发送完全相同的推文。

Twitter 不会让你每秒 post 相同的消息。

您可能应该在 "danger" 函数和 twitter 输出节点之间包含 RBE(异常报告)或延迟节点(在速率限制模式下)。

[1] https://dev.twitter.com/overview/api/response-codes