I have read https://developers.facebook.com/docs/graph-api/reference/video but found nothing there.
So Can I use graph api to upload video to be profile video(iOS App) ?
How's maximum size of video ?
How can I upload it ?
Any guide or tutorial will be please.
I was able to upload a video to Facebook via Facebook graph API , check this:
http://developers.facebook.com/blog/post/2011/08/04/how-to--use-the-graph-api-to-upload-a-video--ios/
reference: SCFacebook
Related
Although my account is a Dailymotion Partner I can't upload custom thumbnail along with video.
As far as I can see from the API doc needs to have some permission to do this but which permission ?
https://developer.dailymotion.com/api#video
This feature is only available for our "verified partners". If you want to become one, pleae fill this form: Partnership request
I want to upload video to linkedin from my rails application using REST API. Is there any method by which I can upload video to linkedin?
There is an option to share URL but that doesn't fulfills the requirements. I want to upload video and play that video in newsfeed.
Linkedin does not allowed to upload video via rest api
With api V2 can we share a video using api? using UPC post?
https://developer.linkedin.com/docs/guide/v2/shares/ugc-post-api
Saw examples of get/delete but not post
https://developer.linkedin.com/docs/guide/v2/shares/vector-asset-api
Above link has the step by step procedure on how to upload a video to linkedin and how you can create a post using that video
What I want to do in a nutshell:
In our app I want to be able to upload videos to our company YouTube account. Our app has 'host' users and 'guest' users. The host can upload videos for a guest. The video will be unlisted so they're not available publicly and the guest will get a message in the app telling them that a new video is available. We'll then play the video in the app using the YouTube link.
I've downloaded the google-api-objectivec-client source and integrated it in the project. I've studied the YouTube example application that comes along with it. In this example application the user logs into her own account using OAuth 2.0 which is not our use case. The app should have authorization to upload videos to our company account without bothering the user.
I've read a lot of documentation and searched the web to see if someone else has solved this but I was not able to find the right solution.
My Question:
How should our app get authorization to upload videos? Using API keys, using Google+, using a service account? If someone can point me in the right direction, I would really appreciate it!
Unfortunately this is not possible at the moment.
Is it possible to upload a video file which is stored on Google Cloud to YouTube pro-grammatically (without user intervention)? Preferably PHP.
I would like to run the application via a Cron job.
Can you point me to an example of how this is done?
Thanks in advance
You can use the YouTube Data API to upload videos to YouTube programmatically. Its documentation is at https://developers.google.com/youtube/v3/
I am not very familiar with it, but I don't think that it can read directly from Google Cloud Storage.
Getting a thumbnail of a YouTube video is done by the following request :
http://img.youtube.com/vi/'.$youtube_v_code.'/1.jpg
How can I get the thumbnail image of a YouTube User or Channel ?
You need use gdata to access api from google, I think this is the easiest way.