Youtube API - Display most recently uploaded video from a specific user

tehX

I've been trying to figure this out for quite some time now. I am trying to Display most recently uploaded video from a specific user. First I tried doing It with most_recent (https://gdata.youtube.com/feeds/api/standardfeeds/GB/most_recent) etc.., but I soon realized that It is only able to get most recent video from a specific country, not user specific like I want. So the question is, what IS The url to get to user specific latest upload? All the google's pages about their API didn't mention a word about it(or I'm blind)
Pages I've read:
https://developers.google.com/youtube/2.0/reference?csw=1
https://developers.google.com/youtube/2.0/developers_guide_protocol#Standard_feeds
Getting most recent youtube video links for a user using API
https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds

Als

If you want to use api version 2 instead of 3: Here is the documentation link: https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds#User_Uploaded_Videos

The url to use is: https://gdata.youtube.com/feeds/api/users/userId/uploads ;Where you replace userId, with the id of the specific user.

Use: https://gdata.youtube.com/feeds/api/users/userId/uploads?max-results=1 , if only 1 result is needed.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

If user video removed from youtube , how do I change featured video to newest uploaded video on my website?

C# Using Youtube API - How do I check the last time a particular user uploaded a video to Youtube?

Youtube API v3 get the Channel ID of user that uploaded a certain video

"Most Replayed" Data of Youtube Video via API

Google Apps Script: Retrieve most recent video ids from Youtube API v3 as array

Getting YouTube Video ID from user-supplied search term using YouTube API

Vimeo PHP API How do I add my recently Uploaded Video to a Channel?

YouTube API - Search for video in specific channel

Display Youtube Video from database in PHP

scrape YouTube video from a specific channel and search?

Latest youtube video from specific playlist

How to get metrics from YouTube Analytics API for every video which belongs to current user?

How to download youtube videos from a channel as soon as the video is uploaded using youtube-dl?

Share uploaded files with specific user using google Drive API

How do I get a YouTube video thumbnail from the YouTube API?

Display progress of . video playing using Iframe youtube player api

Video file is stuck at 0% percent when being uploaded via YouTube API

How to get ID of last uploaded video to YouTube?

How to get current number of viewers for specific live video with YouTube API?

how to show gender dimension count of a specific video in youtube analytics API?

Flutter: display YouTube videos from API provider

display xml output from youtube api - php

YouTube API v3 - Determine if a user has watched a video?

How to display an image from API and send the user to video link after clicking the image? Kotlin, Retrofit

PHP & MYSQL - Display user-uploaded photos from Database according to date photos were uploaded

Select specific keys from YouTube API response

How to retrieve youtube comments from a specific video using Eclipse

Get All The youtube video from specific channel in reactjs

Scrape YouTube video url from a specific channel to Json