Sharing video to Instagram Story - ios

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!

Related

How to make API request to Vimeo videos in iOS application?

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.

How would I tweet a video link from iOS App which look like twitter site?

I am using TwitterKit framework for login with Twitter and getting user details. That part of my App is done. Now, I want to tweet a video link from my iOS App.
Here is the story:
User signs up using Twitter in our server.
User take a video from his/her iPhone. We upload that video to Amazon.
User wants to share this video to Twitter (Tweet that video link).
How would I achieve that. My question is not focused on just how to upload a video link. A tweet made by user should look like this:
The image has been taken from here which explains that you will have to upload video to twitter. Will I have to upload a video to Twitter to get such a view ? Do I have any other alternative to make focus on the tweet that it's a video link?
Also, I came to know that I can do that somehow using Twitter card. Exploring for that. If anyone have idea about Twitter card, please post an answer.

Record Video and sharing it in ios app

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

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) .

share video in twiiter

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.

Resources