Twitter get n-number of timeline from each user (loop)

So I managed to run in to the problem as well. The error returned by Twitter does not give too much information about the root of the issue, but I think I figured out why it happens. Some user may have set their account’s Tweets to protected. In that case you can only retrieve the account’s tweets if:

  • You use that user’s credentials to login .
  • The credentials you use belong to an account following the user.

That’s why the node fails. I guess it would be simplest to just skip that user in the loop in that case. I modified the workflow accordingly. See twitter_retrieval.knwf (31.2 KB)

Edit: typo