-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading Video #114
Comments
Hi Adrian, thank you for your question. We are still working on supporting video uploads with codebird-js. Codebird-PHP 3.0 is released on January 1, after which we’ll focus on porting relevant features to codebird-js 3.0. I will update this issue as soon as I know more! Does this help you? |
Thanks for replying so quickly... After a bit of fiddling I got it to work with the current version :) Below is a Gist on the steps (using node and async.waterfall on aws lambda just so you know the syntax). I took the ideas of how to do it from the php version. https://gist.github.com/mynameisadrian/3f56d96ec8fd4370f181 Seems to work really nicely and exactly what i needed! Adrian |
Well, that’s about it, you’re right! Would you like to draft up a section in the README file on how to achieve this? Thanks in advance for your efforts! |
Happy New Year! I have drafted an update to the README file, how would you like me to send it to you? |
How about sending a Pull Request? |
@MynameisAdrian Can you send a Pull Request for your fine how-to? :) |
I looked through the documentation and cannot see any reference to uploading video, only images.
Looks like it is supported in the PHP version as it's in the documentation.
Is it possible using this version?
The text was updated successfully, but these errors were encountered: