Youtube Api Returning Unlisted Videos
In my app I use the YouTube API. I got the 'uploads' related playlist of a channel resource, and then list all videos. This worked fine for some time, but now, this playlist is ret
Solution 1:
Since you are the owner of that channel it returns all the videos available. IF you were trying to see someone else's uploads, it would show only public ones.
Look at my open source project: Android Direct Lite to see, how I show only public ones.
Post a Comment for "Youtube Api Returning Unlisted Videos"