I would like user upload video to youtube via my web site. I want to user upload on my youtube channel. But oAuth require user google/youtube login.
Is there a solution without OAuth?
You can't upload to Youtube video without login (via the browser or via oAuth).
You can no longer use the YouTube API to upload to YouTube without using OAuth. "ClientLogin" is no longer supported.
Related
I'm trying to upload a video on youtube using google-api-php-client but after all the process I have done. I had to authorize following a link (authorize access) and on localhost its generating the error 400. Error: redirect_uri_mismatch
and says,
The redirect URI in the request, http://localhost/youtubeVideoUpload/upload.php, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs,;
I want to ask that
Firstly how can I solve this issue;
Secondly Is there any way that I can authorize any remote user to upload video on my youtube channel using php
Authorization Required
You need to authorize access before proceeding.
i am trying to develop web application for video upload from website to youtube channel.
I have already created Client ID, Client secret and API Key.
But i don't know how to use it, also found tutorial on online but any time i unable to complete this script.
anybody have ready-made script, so i can complete my project.
YouTube's developers site has PHP video upload sample code here.
I am trying to upload video on youtube channel from my site(created in php), without user authentication. I am using "youtube v3 API".
Reference: https://developers.google.com/youtube/v3/
Reference: https://developers.google.com/youtube/v3/guides/authentication
But it requires user authentication for uploading.
Question1: Is there any way to upload video on youtube without user authentication?
Question2: I need to know how can we implement this by browser based uploading(i.e. upload directly on youtube server) ?
No, you cannot upload videos without user authentication.
It's not possible either. You need remote server so you could connect to YT.
i read some documents but its not clearly described any where. could you tell me step by step, how can i upload a video to facebook via php?
-register facebook
-verify account
-create facebook app
then???
Try this how-to: http://developers.facebook.com/blog/post/515/#video_upload
I'm looking for some advice on if the following is possible
I know it's possible to upload videos via the facebook API, but is it also possible to tag users to those videos? It seems you can with photos, just not videos?
Is it possible to run an application on my facebook account which a visitor can give permissions to access their account video section, instead of having the user install the application to their account?
Here's what I'm trying to do
Video archive -> User visits a profile with an application installed, selects something, and the application then posts the video to it's own video section on the account that's stored on facebook, and tags the user who requested it
I'm basically wanting to bypass having the user install the application on their profile, and trying to have just one application running on a "host" profile.
If that makes sense, if not, please request some more information. The facebook API system is pretty much a minefield for new developers
Using the Facebook Graph API it does not currently seem possible to tag a user in a video. Facebook are still migrating their old APIs to the new Graph API format, so it seems likely that this will be an option in the future.