Is it possible to share video in Twitter using any library? I want to share my video to twitter.
Also, can anyone give a suggestion about how to share video to Twitter?
http://venturebeat.com/2013/01/24/twitter-debuts-vine-ios-app-for-sharing-short-sweet-videos/
Vine application give functionally to share video on Twitter.
Thanks in advance
Thanks to the uploading media new API, you can share video to twitter. And I have tried it, it works.
Please check this: https://github.com/liu044100/SocialVideoHelper
You just need to call this class method.
+(void)uploadTwitterVideo:(NSData*)videoData account:(ACAccount*)account withCompletion:(dispatch_block_t)completion;
Hope it can resolve your problem.
i search many times in google, but there is no any facility to share video on Twitter. vine application is developed by twitter so that have own personal functionality to share video on twitter.
Related
I have an app which allows users to add audio to their videos. I would like to give the user a chance to share the video they've worked on directly to their Instagram story, if Instagram is installed. What I've noticed is that Instagram doesn't appear in the social list of UIActivityViewController which is strange.
Any advice or pointers will be greatly appreciated, thanks!
So since the recent update in whatsapp, you can play youtube videos using the default AVPlayer in iOS.
I wanted to know how is this functionality possible? And if there is a way to implement this without violating Youtube's Terms of Service?
I know of tools like https://github.com/0xced/XCDYouTubeKit but they clearly violate Youtube's TOS.
Check the screenshot below
One option that I don't know if the guys on Whatsapp use but I already used in a production App is a Pod made by YouTube guys, called
YouTube-Player-iOS-Helper
You can see the link to the documentation below. With this Pod you can put a video preview in a UIView that helps but I don't know if is the best option to use because the Pod uses a Webview, injecting Javascript.
It's just an option... maybe there is a better solution for this problem.
Documentation link: https://developers.google.com/youtube/v3/guides/ios_youtube_helper
I think Youtube API should available to integrate in your iOS app. Because normally in website youtube provide embedded api to play their video on other website. So, same for iOS also may be possible. Please check youtube's official developer website. You can Check this: https://developers.google.com/youtube/v3/guides/ios_youtube_helper
I'm developing an iOS app(coded in Objective-c) which plays Vimeo videos. Its an In App Purchase application. I already have websites where users can buy videos. I have Vimeo PRO account. I don't know how to get direct link to those videos using Vimeo API.
Is requesting for videos part mine or it is done in back-end(in my case PHP)? So how to make API request to those videos I own in order to show them in my app? Thanks
Did you take a look at following url:
https://github.com/vimeo/VIMNetworking
If you still facing problem then I hope, it will give answer of all your problems.
Let me know if you have any other problem. I will try to solve it.
In my app I want to give the user the option to record a video and share it. What is the easiest way to achieve this? (I have been trying to add video recording for days now and keep hitting dead ends). Can anyone offer some help?
To allow functionality to record videos within your app, please go to the Apple documentation for UIImagePickerController for taking pictures and movies
UIImagePickerController Class Reference Link
Once you have your video, sharing it is a little more difficult as unlike text or images, the movie file sizes can often be very large and may have to rule out simple sharing via email, text-message etc.
The best way to share in this case, would be to connect to an external API, like YouTube, where you can upload the video from the app. Here's a link to YouTube documentation for this
YouTube API Documentation Link
I suggest these as good places to start, as this is what you are asking for.
Hope this helps
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) .