Dear Community,
I’m trying to connect my flow in Make to my Twitter app and struggle with the HTTP OAuth 2.0 module.
All my URLs and Client ID/Secret work fine → successfully works with postman. The problem is when the browser window pop ups where I have to enter my Twitter credentials. The following error gets displayed:
The only difference between Postman and my Make request is that I use “Authorization Code with PKCE” in Postman, and I don’t see this option in Make. According to Twitter docs, PKCE is required.
Does anyone have an idea how to get this to work?