You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a cursory look over the code and issues and it didn't appear that there is support for uploading videos using this API (which require uploading via chunks and using init/append/finalize)? Is this something that was going to be added or is this supported and am I missing something? This lib is perfect otherwise!
The text was updated successfully, but these errors were encountered:
Hi @danielsdesk , video support was only recently added in Twitter's API and since it relies indeed on a different protocol it isn't supported yet in this lib. I added the image support a couple years ago, but won't have time to work on the video part any time soon unfortunately. Not sure whether @sixohsix is tempted ;) But you're very welcome to try and propose a pull request! :)
:) Ok, that's what I figured from what I saw in the code. Yeah I may write a patch and make a PR later but for now I just need to get a project done so I'll look at another lib for now. But I really like this lib the most; I think that is really all this is missing
@danielsdesk : What did you end up going with? I'm looking for the same functionality for a project currently. Agreed that this library is perfect otherwise.
I did a cursory look over the code and issues and it didn't appear that there is support for uploading videos using this API (which require uploading via chunks and using init/append/finalize)? Is this something that was going to be added or is this supported and am I missing something? This lib is perfect otherwise!
The text was updated successfully, but these errors were encountered: