YouTube API V3 search, related videos sort order doesn't work -


When does the sequence order work when you search related videos using YouTube API V3?

For example {YOUR_API_KEY}

and

{YOUR_API_KEY}

both return the results.

A bug or am I missing something?

Try "order = published" (instead of "order = date") as it v2 Except that it was "sort = published"

Comments