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 am using Youtube URL

[https://gdata.youtube.com/feeds/api/videos?q=%cid%22&v=2&alt=jsonc][1]

It give me results but not with order by episode.

So for getting all episodes order by which URL i have to use ?

Please help me for this.

share|improve this question

2 Answers

you can order the results by published date using "orderby" parameter in youtube Data Api.

Check this out: https://developers.google.com/youtube/2.0/developers_guide_protocol_api_query_parameters#orderbysp

share|improve this answer
I checked out it but it not give me orderby episodes. I try with all orderby options. Can you please guide me how to get all episodes orderby episodes ? – user1891449 Dec 27 '12 at 4:19
using "orederby" parameter you can get the videos in the order of published date. But this might be different from the order that the episodes were telecasted. – Mohan Krishna Dec 27 '12 at 7:09

A good way to learn to use the orderby as well as other paramaters is to use one of the many interactive demos. Since I like the jsonc version of the api's, I'll point you at that: https://developers.google.com/youtube/articles/view_youtube_jsonc_responses

share|improve this answer

Your Answer

 
discard

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