mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Major update to twitter node for auth changes
This commit is contained in:
@@ -9,7 +9,15 @@
|
||||
"followers": "followed by",
|
||||
"tweetslabel": "tweets",
|
||||
"eventslabel": "events",
|
||||
"clickhere": "Click here to authenticate with Twitter."
|
||||
"create": "Create your own application at",
|
||||
"copy-consumer": "From the 'Keys and Access Tokens' section, copy the Consumer Key and Secret",
|
||||
"consumer_key": "Consumer Key",
|
||||
"consumer_secret": "Consumer Secret",
|
||||
"copy-accessToken": "Create a new 'Access Token' and copy the Access Token and Secret",
|
||||
"access_key": "Access Token",
|
||||
"access_secret": "Access Token Secret",
|
||||
"enter-id":"Set your Twitter ID"
|
||||
|
||||
},
|
||||
"placeholder": {
|
||||
"for": "comma-separated words, @ids, #tags",
|
||||
@@ -20,7 +28,7 @@
|
||||
"follow": "all tweets from people I follow",
|
||||
"user": "the tweets of specific users",
|
||||
"direct": "your direct messages",
|
||||
"events": "*deprecated* your twitter events"
|
||||
"events": "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": {
|
||||
@@ -39,12 +47,9 @@
|
||||
"unexpectedend":"stream ended unexpectedly",
|
||||
"invalidtag":"invalid tag property",
|
||||
"missingcredentials":"missing twitter credentials",
|
||||
"truncated":"truncated tweet greater than 140 characters",
|
||||
"truncated":"truncated tweet greater than 280 characters",
|
||||
"sendfail":"send tweet failed: __error__",
|
||||
"nopayload":"no payload to tweet",
|
||||
"oauthbroke":"something in twitter oauth broke.",
|
||||
"oautherror": "<html><head></head><body><p>Something went wrong with the authentication process. The following error was returned:</p><p><b>__statusCode__</b>: __errorData__</p><p>One known cause of this type of failure is if the clock is wrong on system running Node-RED</p></body></html>",
|
||||
"authorized": "<html><head></head><body><p>Authorised - you can close this window and return to Node-RED</p></body></html>"
|
||||
"nopayload":"no payload to tweet"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user