I am trying to setup HTTP Node to communicate with Twitter API v2. Specifically the search endpoint (https://api.twitter.com/2/tweets/search/all) needs Oauth2 authentication.
Took a quick look at the Twitter documentation and it seems like you don’t need to worry about the OAuth. You can generate a Bearer Token and use the Header Auth in n8n.
Connecting account same credentials but on Auth V1 Works just fine tho
the Auth V1 UI node has a **Request Token URL *** https://api.twitter.com/oauth/request_token
that the Auth v2 UI does not, not sure if it’s related to not being able to retrieve the request token ?
But it’s not possible to use the V2 API endpoints with Auth v1 from what I understand.