如何使用PHP与YouTube API交互?

时间:2012-05-03 03:27:17

标签: php api video upload youtube

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

我使用了ClientLogin方法

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

但文档说该方法已被弃用,建议我使用OAuth2.0 但我在这里找不到喜欢ClientLogin的方法

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

那么......我怎么能这样做?

1 个答案:

答案 0 :(得分:0)

我找到了!!!!!!!

答案是使用ServiceAccount, https://developers.google.com/accounts/docs/OAuth2ServiceAccount