Twitter oauth immediately errors?

You can reach out via the cloud help center for us to check whether we can recover an earlier database backup, but I don’t think this would restore Twitter functionality unfortunately.

Before Christmas, I could still authenticate with Twitter and search Tweets on n8n.cloud, but this no longer seems to be the case. I haven’t upgraded my n8n.cloud version since or changed anything else, so I reckon Twitter might have tightened the screws even further here.

I’d therefore suggest creating your own application in the Twitter developer portal and using the HTTP Request node for the time being in order to interact with the Twitter API. I’ve quickly tested this on n8n.cloud and it appears to work fine:

The below example would for example fetch the recent Tweets from n8n_io using this endpoint:

Example Workflow