-
Notifications
You must be signed in to change notification settings - Fork 115
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
Not able to post video to blog #66
Comments
I figured out why it was happening - |
@gnithin have you able to upload a video?
getting this error while uploading |
@ravi2shah
It worked back then. I don't know if this would still work, but you can give it a try :) |
@ravi2shah and @gnithin |
Hi there, |
below parameter require to post video on tumblr |
@DhirajBelure |
@ravimisra @DhirajBelure @grzegorz-pierzakowski @ravi2shah @gnithin you can use embed with HTML5 embed code:
|
video not upload . $client = new Tumblr\API\Client(CONSUMER_KEY, CONSUMER_SECRET); try { |
is work God . |
Hi, I am facing issues with posting a video to Tumblr to my blog.
I've followed the spec from here - https://www.tumblr.com/docs/en/api/v2
I've gone through the issues and most of them are about sharing photos and I couldn't find one relating to video(Let me know if I've left out anything.)
It's working fine when I use a photo, but fails when I use a video.
It returns -
The only error returned is 400 and nothing shows up on the blog.
Using
createPost()
on this also yields -which I guess is the same thing as the previous request.
Is this library not designed for video sharing yet, is there any other way that would work?
The text was updated successfully, but these errors were encountered: