Posting to multiple Twitter accounts

Hello,
I am creating a WF that will allow me to publish on several Twitter accounts (around 100…)

The problem is that the connection to the API is done via Oauth2, so I need to authorize the connection…

I found this doc, but I’m having trouble understanding the system: OAuth 2.0 Making requests on behalf of users | Docs | Twitter Developer Platform

Is this possible since n8n? and if so, can someone explain to me how to do it?

Thanks in advance :slight_smile:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Jeremy_DE_CAMPOS,

We don’t support the confidential client options so you would need to make a workflow that manually implements all of the authentication endpoints that are required, It could be that just using the prefefined credential will do the job with an http request node to add the headers but you will need to store the values somewhere so it will get messy.

Another thought is you could make a custom credential if you are handy with a bit of javascript and add in the extra fields with a custom authenticate option but that is also going to be tricky.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.