You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to filter and assign the right functions when "data.event" is equal to :
"quoted_tweet"
"favorite"
"follow"
"retweeted_retweet"
because when searching for "data.text" to replace the urls for markup, it is throwing an exception inside the node-twitter-api promise and it is not handled by a try/catch clause, so it stops fetching data from timeline.
The text was updated successfully, but these errors were encountered:
we need to filter and assign the right functions when "data.event" is equal to :
because when searching for "data.text" to replace the urls for markup, it is throwing an exception inside the node-twitter-api promise and it is not handled by a try/catch clause, so it stops fetching data from timeline.
The text was updated successfully, but these errors were encountered: