Video upload and sharing to from my IOS app - ios

I'm trying to upload user videos to facebook ,youtube or etc from my ios app ?
I knew and implemented the youtube and facebook api to upload the video for user's account. But at same time i want to video upload on my channel or group with user information also? I saw one option in youtube channel account setting page they given one email id to attached video to upload my youtube account. Upload was done but i dint get user information?
i all user can see all video and whom can uploaded it? its possible please advice how to implement.

Related

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.

Others can upload to youtube mychennal or add video to my youtube playlist in IOS

I want to other user can upload video to my chennal list or add video to my play list in my ios app? its possible for in youtube api?
I done with user can upload and add play list on user account. But i dont no other user how to

YouTube Client Side Uploads From iOS Device

I am trying to build an iOS app that uses the Google-API-Objective-C-Client (https://code.google.com/p/google-api-objectivec-client/) to upload YouTube videos from a device. In the example code provided, it is assumed that a user of the library will uploading a video to their own account, and takes them through a sign-in process that interrupts the app flow and either presents a modal window or webview to ask for the user's permission to post on their account.
The issue is that in the app I am building, the video will be posted to our account (not the user's). I can't figure out how to complete the oAuth process and obatin a key without presenting a modal to the user in the process.
The class I'm trying to get around is GTMOAuth2WindowController.
Any help from someone who has used this API before would be much appreciated.
For privacy issues, users have to upload videos into their accounts first. There is one way to get around it. You can use YouTube Direct Lite. So user's would still upload their videos with their own credentials, but then you have to option to moderate and approve those videos to have them in your playlist.

Uploading video to YouTube by emailing to mobile upload address?

YouTube has this feature of upload videos to account by emailing them to your mobile upload address like stxxxxwiicv#m.youtube.com.I am using this feature to upload videos to my account.I can set the Title and description of the video while emailing, for this I just need to specify Email Subject for video Title and Email message for video description.My problem is that I would like to set the keywords field of the video as well while emailing the video.I am unable to find any way to specify the Keywords for mobile uploads.If thr is any official link for all this information then please provide me.
Thanks
The documentation for mobile uploads can be found at http://support.google.com/youtube/bin/answer.py?hl=en&answer=57407 and http://support.google.com/youtube/bin/answer.py?hl=en&answer=1110304
You can't add keywords from the email form, but you can log into YouTube from your phone's browser and add them there.
I also recommend you look into using one of YouTube's mobile apps if you have a phone that supports it.
https://itunes.apple.com/app/youtube/id544007664
https://play.google.com/store/apps/details?id=com.google.android.youtube&hl=en
If you are just trying to automate the upload process please try out the YouTube Data API. https://developers.google.com/youtube/v3/docs/videos

How to upload videos to you tube from my app?

I am capturing video from my app, now I want to upload the same video to youtube from my app itself for that I refered the link below but it shows the error "No linked youtube account" but I have Provided Developer key nad client id. https://github.com/nparry/gdata-objectivec-client/tree/
Below is some of links to guide you...
1.Upload Videos to YouTube with iPhone custom App
2.gdata-objectivec-client
3.Uploading Video with iPhone
Here is WORKING example for uploading video to youtube from ios .
you just need to add DEVELOPER_KEY & CLIENT_ID in YouTubeTestViewController.m class. Don't forget to up-vote if you find it useful.

Resources