Why is the video description returned from the YouTube Data API truncated? -


according this:

https://groups.google.com/forum/?fromgroups=#!topic/youtube-api-gdata/aa-w-i0eduo

i need make authenticated request http://gdata.youtube.com/feeds/api/users/username/uploads in order full descriptions. works. however, when add api parameters in url descriptions reverts truncated form. e.g.

https://gdata.youtube.com/feeds/api/users/username/uploads?orderby=published

any ideas can put these parameters in request , still full descriptions? bug, or doing incorrectly?

that's explained in this blog post; adding in parameters changes request goes against search index, has truncated descriptions.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -