I want to connect to the Twitter app and post an image from Make

For those having the same issue to connect the module Twitter Legacy (v5) + Twitter (v6), I found a fix on my side.

Even if i was following the instructions too for the connection’s modules and the settings in twitter developper, i still couldn’t have the 2 modules connected as the same time. It was only one at the same time.

Then i found there is actually 2 differents Callback URI / Redirect URL in the documentations :

  • the one for twitter v5 :

image

  • and the one for v6 :
    image

So the solution is simply to add the 2 Callback URI / Redirect URL in the User authentication set up in Twitter developper for your project app :
image

And make sure your project app is the one free use for v1.1 + v2 access too.

After that you should be able to connect the v5 module with the api key + api key secret and the v6 module with the client ID + client secret.

Hope it will help other people still trying to figure out how to make it work.

7 Likes