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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -