I want to authenticate user Google account and fetch currently playing video ID, title or URL. I looked into YouTube Data API and wasn't able to find any relevant endpoint. Is it possible to do the same?
Inspiration: https://developer.spotify.com/documentation/web-api/reference/player/get-the-users-currently-playing-track/
Related
from my google lookup it seems that Im suppose to fill this form (https://support.google.com/youtube/contact/yt_api_form) in order to be able to upload public videos to my YouTube channel using YouTube data Api.
Is there any things i should do apart from that? Do i have to make my related google developer console project "verified" too?
how to get logged in user youtube details in react
had tried using javascript but is there any ways to get ?
i want get youtube details of logged in user , like number of videos and subscribers in react.
The YouTube data api is channel based not user based. There for any information you get back about the currently logged in Channel is not going to be user related.
Request the profile scope and then go though the Google People api.
I have a app with button as like-button of youtube and videoId of a video.
Before I get sessionid, cookies from webviewclient with a google account.
How to like that video then video appear in my likelist video in youtube without Youtube API?
I am grateful for any help.
the Video.rate method will allow you to submit a like or dislike on a video though the YouTube API.
This method does not require an API key it does though requier authorization
You Will need to use Oauth2 to authorize the user to your application who will be making the link
Using one of the following scopes.
I have a scenario that, i have channel on youtube and I post a video as private. I have set permissions and invite to specific google email can see that video. how i can get that video using youtube apis by passing invited email.
I need process how I use to take a user email and private youtube video as inputs, and authorize just the specific user to view that video.
I want api example like below
https://www.googleapis.com/youtube/v3/playlists?key=googleKEY&maxResults=50&channelId=channelID&part=snippet&invited_email=sample#gmail.com
Thanks
I'm new to YouTube API. Is it possible to get user's data if he is authenticated into my application using his Google account.
The YouTube Api v2 used to have a feature like this if i remember correctly. Unforutnatly that API has long since been shut down.
Activites.list which just gives a list of video's recommend that the user watch. There is nothing for History of what videos the user has watched or liked.
Authenticated:
If the user is authenticated you can use the home parameter which is used to show the videos that would be recommend to said user by YouTube
Set this parameter's value to true to retrieve the activity feed that displays on the YouTube home page for the currently authenticated user.