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

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

c - Performance of System() -

c++ - How to define methods in a base class that only work in derived classes? -