I am trying to implement Youtube's most popular videos api in my application.

When I fetch data using ajax call, it is missing the "rel": "next" tag which is very important in identifying whether there are more videos or not. "openSearch$totalResults" also does not give any reliable information.

I have read the documentation and they have not mentioned anything related to how many total results will this API return.

My ajax call URL format is as under :

http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?start-index='+StartIndex+'&max-results='+EndIndex+'&time=all_time&safeSearch=none&orderby=published&v=2&alt=json&callback=?

Can somebody please help me and tell me whether I am making some mistake or their is some other problem.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top