小编Pau*_*per的帖子

在YouTube v3 API搜索请求中访问viewCount所需的请求过多

我目前正在测试YouTube v3 API ...我的移动应用中有一个搜索结果视图,显示需要以下字段的视频结果:

标题,作者,观点,描述,缩略图

在v2中请求:

https://gdata.youtube.com/feeds/api/videos?q=bugatti&orderby=published&max-results=10&v=2&alt=jsonc
Run Code Online (Sandbox Code Playgroud)

返回视频条目的以下响应:

{
    "id": "rdprvN3g3EU",
    "uploaded": "2013-02-11T12:49:05.000Z",
    "updated": "2013-02-11T12:49:05.000Z",
    "uploader": "thelongsixteen",
    "category": "Games",
    "title": "GTA IV Mods: Most Wanted #29 (German) (HD) - Ford Fiesta HFHV von Ken Block",
    "description": "Wenn euch das Video gefallen hat dann hinterlasst bitte ein ganz brutalen Like. :D Es hilft mir und dem Projekt sehr weiter zu machen. ^_^ » Grand Theft Auto IV Most Wanted Playlist: www.youtube.com » Mehr Videos findet ihr hier: www.youtube.com » Left 4 …
Run Code Online (Sandbox Code Playgroud)

youtube mobile youtube-api ios

6
推荐指数
1
解决办法
1185
查看次数

标签 统计

ios ×1

mobile ×1

youtube ×1

youtube-api ×1