How to upload video on vine programmatically - ios

In my app , i want to share a video on vine . i search a lot but didn't get proper result for sharing video on vine.
thanks in advance .

Have a look to https://github.com/VineAPI/VineAPI/blob/master/endpoints.md
You need to Login, Upload thumbnail, Upload video, Create post.

Related

Download .mp4 video and write it on gallery

i want to download .mp4 videos with progress bar and write it on gallery . I had tried many ways but none of them is working .
I have a direct link for example http://example.mp4 .
Is there any third party or other way.
I had found that one How to download video from url and save it in to document directory in iOS? but none of solution is working

Creating a Youtube channel ios app

So I want to make an app with my own custom menu, from where I can have access to my videos on youtube. I know how to link individual videos but I want to be able to update it with a back end or just by adding more videos to my youtube playlists and not have to fully patch my app to add more content. wondering how you all might suggest I go about doing this.
This sample will help you understand how to upload your videos to YouTube, https://github.com/youtube/yt-direct-lite-iOS

upload video on twitter with share kit or oauth

I need to add the uploading video concept on twitter through my app. I have tried every possible solution i.e. oath, share kit but didn't get any success. I am able to post image with oauth as well as share kit. But when I tried share kit for uploading the video it make the incomplete yfrog link i.e. frog.com but when I click on the link there is nothing in that. Can anybody tell me that what I am doing wrong in this. Please help me out of this issue.
Thanks in advance.
you cant upload video to twitter (you can post URL of video ). twitter not allow to post video it is possible for vine app. only (because of vine app developed by twitter) .

How to upload video to Vine programmatically on iOS?

What I can find online is all about retrieving information from Vine (through undocumented APIs). How can I upload the video in my app to Vine programmatically?
I just found this app can do this on the app store:
https://itunes.apple.com/us/app/vinyet/id697065371
"For the first time, capture, enhance, and post your videos DIRECTLY to Vine or Instagram."
I found this: https://github.com/VineAPI/VineAPI/blob/master/endpoints.md
You need to use these requests: Login, Upload thumbnail, Upload video, Create post.
I don't know if it works or not, you have to try.
In any case, the use of undocumented (private) API can lead to bad consequences.

How to save youtube videos with UISaveVideoAtPathToSavedPhotosAlbum?

I am able to save the local video (which I have copied to code) to my
Photo Album with the help of UISaveVideoAtPathToSavedPhotosAlbum.
I want to save the you tube video into the Photo album. Is it possible?
Thanks in advance.
Unfortunately, you can't save YouTube videos locally because of 2 main reasons:
YouTube do not allow users to download videos to local devices.
There is no appropriate API in iOS for this.

Resources