使用YouTube Analytics API

时间:2015-04-29 09:25:52

标签: get youtube-analytics

我想创建一个网站,允许用户输入YouTube网址,然后生成视频或频道的统计信息。

我已经对YouTube Analytics API进行了研究,但是在跟踪https://developers.google.com/youtube/analytics/v1/sample-application之后我遇到了错误。我被给予了超过未经验证的使用的每日限制。继续使用需要注册。"错误。

我所追求的是获取HTTP网址请求的简单方法,它将为我提供基本的分析(公开的详细信息,例如喜欢,观看等)。所以我可以在YouTube网址上执行此GET请求输入。

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

听起来您需要按照说明操作并注册您的应用

来自https://developers.google.com/youtube/v3/

Register your application with Google so that it can submit API requests.

此页面包含详细信息

https://developers.google.com/youtube/registering_an_application

  

获取授权凭证

     

您的应用必须拥有授权凭据才能使用YouTube Data API。本文档描述了不同的类型   Google Developers Console的授权凭据   支持。它还解释了如何查找或创建授权   您的项目凭据。

     

创建项目并选择API服务

Go to the Google Developers Console.
Select a project.
In the sidebar on the left, select APIs & auth. In the list of APIs, make sure the status is ON for the YouTube Data API v3.
In the sidebar on the left, select Credentials.
The API supports two types of credentials. Create whichever credentials are appropriate for your project:
OAuth 2.0: Your application must send an OAuth 2.0 token with any request that accesses private user data. Your application sends a
     

客户端ID,可能还有获取令牌的客户端密钥。您可以   为Web应用程序,服务帐户生成OAuth 2.0凭据,   或安装的应用程序。

Learn more
API keys: A request that does not provide an OAuth 2.0 token must send an API key. The key identifies your project and provides API
     

访问权限,配额和报告。

If the key type you need does not already exist, create an API key by selecting Create New Key and then selecting the appropriate key
     

类型。然后输入该密钥类型所需的其他数据。