Search code examples
javaandroidyoutube-apiyoutube-data-apiandroid-youtube-api

Fetch youtube private playlist using api v3 android


I want to fetch my private playlist in my android app and show it to user.

First I would like to know if its possible to display my private playlist to other users via my android app. If yes, then can you please help me out with some code ? It will be of great help. Thanks in advance :)


Solution

  • If it's private, only when you login via OAuth2 you can fetch it, when other people logins to your app, they won't be able to.

    But you can make your playlist "unlisted" and save it's id. As long as your app knows the playlist id, other people can fetch it as well.