For a mobile application, I need to access the list of videos that YouTube recommends to each of my users.
However, the documentation on this matter in the YouTube API doesn't seem to be up-to-date; it states:
"... you can use the v3 API to find recommended videos by calling the activities.list method and setting the home parameter value to true."
Unfortunately, the home parameter has been deprecated. Consequently, I'm unsure if there is a current method to achieve what I'm looking for using the API. If not, are there alternative methods outside of the API?
Thank you in advance for your assistance.