Watch later button on video application

I am planning to create an application where videos are displayed using the YouTube API. I plan to have a main screen where all the videos are displayed and when selecting one, general information of the same video is displayed. In this window I plan to put a button to “watch later” or “save to favorites”, my question here is, how can I send the video to the “watch later” window? And how can I automatically generate a component with each new video that arrives in this window?
Thank you for your time and sorry for any inconvenience.

Hey @mike.281299joftjv, welcome! :wave:

Take a look at @darren’s tutorial series on working with the YouTube API to learn more about this:

Once you have the video IDs, you can use a stored variable or a local db to save your “watch later” playlist.

1 Like