Marco Pace
Marco Pace

Reputation: 3870

Get recommended video with API 3.0

I've read the Youtube API documentation and I've read that the GData 2.0 API had the recommended videos:

I've to use the API 3.0, but I wasn't able to find anything about recommended: does anyone know a way to retrieve them?

Thanks

Upvotes: 2

Views: 2724

Answers (2)

Misael
Misael

Reputation: 106

Call the url:

https://www.googleapis.com/youtube/v3/activities?access_token=[your token]&part=[your parts]&home=true

the response is the recommended videos.

Upvotes: 6

Ibrahim Ulukaya
Ibrahim Ulukaya

Reputation: 12877

There is not an exact type of feed in Data API v3 yet. You can mimic at least the most viewed ones using search

Upvotes: 1

Related Questions