mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add deprecation warnings to twitter node
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"follow": "all tweets from people I follow",
|
||||
"user": "the tweets of specific users",
|
||||
"direct": "your direct messages",
|
||||
"events": "your twitter events"
|
||||
"events": "*deprecated* your twitter events"
|
||||
},
|
||||
"tip": "Tip: Use commas without spaces between multiple search terms. Comma = OR, Space = AND.<br/>The Twitter API WILL NOT deliver 100% of all tweets.<br/>Tweets of who you follow will include their retweets and favourites.<br/><br/>Leave <b>for</b> blank to set using msg.payload.",
|
||||
"status": {
|
||||
|
@@ -20,7 +20,7 @@
|
||||
"follow": "フォローしているユーザの全てのツイート",
|
||||
"user": "特定ユーザのツイート",
|
||||
"direct": "ダイレクトメッセージ",
|
||||
"events": "自身のイベント"
|
||||
"events": "*deprecated* 自身のイベント"
|
||||
},
|
||||
"tip": "注釈: 複数の検索条件を指定する場合は、空白のないコンマで区切り入力してください。コンマはOR条件、空白はAND条件となります。<br/>Twitter APIは全てのツイートを取得できないことがあります。<br/>「フォローしているユーザの全てのツイート」には、リツイートやいいねが含まれます。<br/><br/>msg.payloadに検索条件を指定する場合は <b>「検索条件」</b> を空欄にしてください。",
|
||||
"status": {
|
||||
|
Reference in New Issue
Block a user