From 42cd6131b27f963c9d39c66a695e098651cb9e2f Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 15 Aug 2018 15:23:08 +0100 Subject: [PATCH] big twitter node update for api changes --- social/twitter/27-twitter.html | 67 +-- social/twitter/27-twitter.js | 723 +++++++++++++++++++++------------ social/twitter/package.json | 18 +- 3 files changed, 510 insertions(+), 298 deletions(-) diff --git a/social/twitter/27-twitter.html b/social/twitter/27-twitter.html index b501f407..90b32c6c 100644 --- a/social/twitter/27-twitter.html +++ b/social/twitter/27-twitter.html @@ -36,7 +36,7 @@

Authentication for the Twitter API

Earlier versions of this node provided one-click authentication. Twitter removed the ability to do that in June 2018. You must now register your own application with - Twitter and generate your own access tokens.

+ Twitter and generate your own access tokens.

@@ -96,12 +96,8 @@ - -
- Twitter are withdrawing the API used to access a user's activity stream in August 2018 so this feature will be removed from the node in the near future. See here for details. -
@@ -116,23 +112,28 @@