0

I am using url .....

https://www.googleapis.com/youtube/v3/videos?part=snippet&chart=mostPopular&key=[API_KEY]

its giving me the mostPopular video lists

but what I am trying to do is, I'm trying to get the list of videos that I have uploaded. How to do that and Do I need OAuth 2.0 access to get that ? Thanks in advance.

jquery404
  • 653
  • 1
  • 12
  • 26
  • 1
    possible duplicate of [YouTube API v3 - List uploaded videos](http://stackoverflow.com/questions/12930200/youtube-api-v3-list-uploaded-videos) – putvande Jan 08 '14 at 11:52
  • @putvande already checked it .. but couldn't make it work ... :( – jquery404 Jan 08 '14 at 11:55
  • or http://stackoverflow.com/questions/13504899/how-do-i-get-a-list-of-uploaded-videos-for-a-certain-channel-with-the-new-youtub? – Michael Shigorin May 28 '14 at 21:18

1 Answers1

1

Here's the full my uploads example in javascript: https://github.com/youtube/api-samples/blob/master/javascript/my_uploads.js

Ibrahim Ulukaya
  • 12,767
  • 1
  • 33
  • 36