如何编码YouTube联系人Feed请求参数

时间:2014-02-24 00:39:34

标签: youtube-api

参考:https://developers.google.com/youtube/2.0/developers_guide_protocol_contacts#Retrieve_contacts

  

请注意,即使有更多联系人与请求参数匹配,API也会为任何给定的联系人Feed请求返回最多100个联系人。

问题:我们如何/在何处定义请求参数以将一长串联系人(100+)缩小到一个简短列表(< = 100)?

我希望经过验证的请求能够:

https://gdata.youtube.com/feeds/api/users/default/contacts?v=2&q=wildcard+querystring+wildcard

/feeds/api/users/default/contacts?v=2&fields=entry[yt:username: * da *]

什么是通配符(星号工作)?

1 个答案:

答案 0 :(得分:1)

鉴于响应包括分页信息:

<openSearch:totalResults>4</openSearch:totalResults>
<openSearch:startIndex>1</openSearch:startIndex>
<openSearch:itemsPerPage>25</openSearch:itemsPerPage>

您可以翻阅结果。请参阅文档中的Paging through results