The twitter API allows posting tweets via oauth v2, but media uploads require oauth v1 credentials. Do I need to ask users to go through both auth flows to be able to post tweets with media via my app, or am I missing something?
Question posted in Twitter API
The official Twitter API documentation can be found here.
The official Twitter API documentation can be found here.
2
Answers
I've finally worked this out. Users auth with v2, then you upload media with your own creds but set the user as an additional owner.
are you able to send the documentation or process that you were able to create this API to post to Twitter? I have been trying for MONTHS to get this done, but have been unsuccessful.