Add deprecation warnings to twitter node

This commit is contained in:
Nick O'Leary
2018-05-25 13:16:34 +01:00
parent 6ebe49cd70
commit 38e469464f
5 changed files with 22 additions and 4 deletions

View File

@@ -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": {

View File

@@ -20,7 +20,7 @@
"follow": "フォローしているユーザの全てのツイート",
"user": "特定ユーザのツイート",
"direct": "ダイレクトメッセージ",
"events": "自身のイベント"
"events": "*deprecated* 自身のイベント"
},
"tip": "注釈: 複数の検索条件を指定する場合は、空白のないコンマで区切り入力してください。コンマはOR条件、空白はAND条件となります。<br/>Twitter APIは全てのツイートを取得できないことがあります。<br/>「フォローしているユーザの全てのツイート」には、リツイートやいいねが含まれます。<br/><br/>msg.payloadに検索条件を指定する場合は <b>「検索条件」</b> を空欄にしてください。",
"status": {