Twitter OAuth Error

Describe the issue/error/question

I am trying to create my twitter credentials in n8n and followed all the steps outlined here:
https://docs.n8n.io/integrations/builtin/credentials/twitter/
When I try to connect to grant authorization I am getting this error:

What is the error message (if any)?

OAuth Authorization Error
There was a problem generating the authorization URL
Request failed with status code 403

Information on your n8n setup

  • n8n version: 0.197.1
  • Database you’re using (default: SQLite): Postgre
  • Running n8n with the execution process [own(default), main]: queue
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: docker

I’m also having the same problem but I can’t connect to google sheets

Hi @Martin_Neumann, I am really sorry to hear you are having trouble. From one of the other threads around Twitter it seems they no longer approve access to their legacy API version used by n8n for all of their users.

So, for the time being you might want to consider using the HTTP Request node combined with generic credentials in order to use their current API version instead. I’ve tested this over here: OAuth2 and Twitter API - #2 by MutedJam

Perhaps @sirdavidoff can also share some insights into our plans for moving over to the currently supported version of the Twitter API.

@Felipegermano, could you open a separate topic for your Google Sheets problem and describe exactly which error you are getting, and which steps lead to the error? Thank you!