How to use twitter application only credential to upload a media and then use it twitter api v2 for posting tweet

141 Views Asked by At

As of now there is not functionality to upload media using twitter v2 api, so i have to use api v1.1 for this, but due to this i have to take authenticate user two times, so how to upload media using v1.1 with application api_key, access_token etc. So i can the media_ids from this and use this in twitter v2 api when posting tweet

0

There are 0 best solutions below