1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/social/twitter/locales/ja/27-twitter.html
2018-05-24 10:24:58 +01:00

27 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/x-red" data-help-name="twitter in">
<p>twitter inputード以下を検索するために利用します:
<ul><li>指定した検索語を含む公開ストリームのツイート</li>
<li>認証したユーザがフォローしているアカウントからの全てのツイート</li>
<li>指定したユーザの全てのツイート</li>
<li>認証したユーザが受け取ったダイレクトメッセージ</li>
<li>認証したユーザに対するtwitterイベント</li>
</ul></p>
<p>複数の検索語を指定する場合スペース文字で<i>and</i>、コンマ「,」で<i>or</i>を表します検索語を<code>msg.payload</code><b>for</b></p>
<p><i>ツイート</i><code>msg.topic</code></p>
<p>ツイートの送信者の位置情報が既知の場合<code>msg.location</code></p>
<p>返却値がイベントの場合<code>msg.payload</code>にtwitterイベントを設定します。詳細については、<a href="https://dev.twitter.com/streaming/overview/messages-types#Events_event" target="_new">Twitterのドキュメント</a>を参照してください。</p>
<p>tweetオブジェクトを<code>msg.tweet</code>に設定します。詳細は<a href="https://dev.twitter.com/overview/api/tweets" target="_new">Twitterのドキュメント</a>を参照してください。</p>
<p><b></b>: FireHouse@id#100%</p>
<p><b>:</b> Twitter API1515</p>
</script>
<script type="text/x-red" data-help-name="twitter out">
<p>twitter outード<code>msg.payload</code></p>
<p>ダイレクトメッセージ(DM)を送るには"D {ユーザ名} {メッセージ}"形式のペイロードを用います</p>
<p><code>msg.media</code>Buffer</p>
<p><code>msg.params</code>:</p>
</script>