如何使用PHP与YouTube API交互


How to use PHP interact with YouTube API?

我想让我网站的用户将他们的视频上传到YouTube,但是通过我的YouTube帐户。也就是说,上传的所有视频都将存储在我的YouTube帐户中。

我使用了ClientLogin方法

https://developers.google.com/youtube/2.0/developers_guide_php#ClientLogin_for_Installed_Applications

但是文档说该方法已弃用,并建议我使用OAuth2.0但是我在这里找不到喜欢客户端登录的方法

https://developers.google.com/youtube/2.0/developers_guide_protocol?hl=zh-TW#Authentication

所以。。我该怎么做?

我找到了!!!!!!

答案是使用服务帐户,https://developers.google.com/accounts/docs/OAuth2ServiceAccount