Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have uploaded 1 video to my YouTube channel. Everything works fine when I try to get the list of uploaded videos this way:

http://gdata.youtube.com/feeds/api/users/[*my user name*]/uploads

But when I try to sort it, I get a list of 2 deleted videos that I am assuming were uploaded during one of my earlier tests:

http://gdata.youtube.com/feeds/api/users/[*my user name*]/uploads?orderby=published

Any ideas what might be going on?

share|improve this question

1 Answer

up vote 2 down vote accepted

Including orderby= causes requests to go against the search index rather than the backend datastore:

https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds#User_Uploaded_Videos

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.