Is there a way to get the "Watch Later" playlist using YouTube API v3? -


i wondering if available in v3 (i know it's possible v2)?

i've tried using watch_later id , mine=true in playlist request. watch_later playlist not returned in generic playlists list results when specifying mine=true.

you can ids of special private playlists authenticated request to

get https://www.googleapis.com/youtube/v3/channels?part=contentdetails&mine=true&key={your_api_key} 

one of these watchlater playlist. note playlist id , use in authenticated request list of items on watchlater list:

get https://www.googleapis.com/youtube/v3/playlistitems?part=snippet&playlistid={your_playlist_id}&key={your_api_key} 

Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -