当我尝试使用youtube API V3
进行活动时,我遇到了问题我有这个:
'https://www.googleapis.com/youtube/v3/activitiespart=snippet,contentDetails&channelId=' +的channelID + '&安培;键=' + APIKey;
问题是它只显示5个值,我想知道我应该把maxResults = 50放在这一行,因为它没有显示任何内容
答案 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