我想通过youtube API v3获得超过5项活动结果

时间:2017-02-09 09:44:14

标签: google-api youtube-api

当我尝试使用youtube API V3

进行活动时,我遇到了问题

我有这个:

  

'https://www.googleapis.com/youtube/v3/activitiespart=snippet,contentDetails&channelId=' +的channelID + '&安培;键=' + APIKey;

问题是它只显示5个值,我想知道我应该把maxResults = 50放在这一行,因为它没有显示任何内容

2 个答案:

答案 0 :(得分:1)

只需将其添加到HTTP Get请求中的另一个参数即可。

  

'https://www.googleapis.com/youtube/v3/activitiespart=snippet,contentDetails&channelId=' +的channelID + '&安培;键=' + APIKey&安培;的maxResults = 50;

答案 1 :(得分:0)

有效请求:

  

https://www.googleapis.com/youtube/v3/activities?part=contentDetails,snippet&channelId=&安培 '$的channelID。 ';键='。$ apiKey' &安培;的maxResults = 50