How to make Tweet with Image?

I’m trying to make a request to upload an image to a Twitter post, but I’m getting a 403 error.

  • I made a Twitter App, I use Bearer Token for authorization.

  • Settings of the HTTP module


How else can I get the media_id_string, or what am I doing wrong?

I found a solution, just switch to v5

2 Likes

By the way, if you are going to use an authorization token as shown in your screenshots,

A more suitable HTTP module to use is either

  • Make an API Key Auth request, or
  • Make an OAuth 2.0 request

This allows you to

  • store your tokens securely in the connection, instead of manually inserting them into the header
  • reuse the same connection in another similar module in another scenario

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

3 Likes

Hey @Oleksandr_Tsap :wave:

Just wanted to congratulate you on solving this problem by yourself!

Great job :clap:

1 Like