如何 post 使用视频 ID ios swift 以编程方式喜欢和评论 YouTube 视频
how to post like and comment on a youtube video programmatically with video ID ios swift
我已经使用 OAuth2 进行了身份验证,我如何评论和 post 喜欢视频 ID?
谢谢
评论:https://developers.google.com/youtube/v3/docs/comments
点赞数:https://developers.google.com/youtube/v3/docs/videos/rate
请注意 API 使用量有 daily/monthly 上限。您可以在 Google API 控制台中查看所有配额。别忘了看看这个 quota calculator.
干杯!
我已经使用 OAuth2 进行了身份验证,我如何评论和 post 喜欢视频 ID?
谢谢
评论:https://developers.google.com/youtube/v3/docs/comments
点赞数:https://developers.google.com/youtube/v3/docs/videos/rate
请注意 API 使用量有 daily/monthly 上限。您可以在 Google API 控制台中查看所有配额。别忘了看看这个 quota calculator.
干杯!