get - Retrieving public data using YouTube Analytics API -


i create website allow users input youtube url, , generate statistics on video or channel.

i have researched on youtube analytics api, encountering errors after following https://developers.google.com/youtube/analytics/v1/sample-application. being given "daily limit unauthenticated use exceeded. continued use requires signup." error.

what after easy way http url requests, provide me basic analytics (details public, such likes, views etc.) execute request on youtube url entered.

any appreciated.

sounds need follow instructions , register app

from https://developers.google.com/youtube/v3/

register application google can submit api requests. 

this page has details

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

obtaining authorization credentials

your application must have authorization credentials able use youtube data api. document describes different types of authorization credentials google developers console supports. explains how find or create authorization credentials project.

create project , select api services

go google developers console. select project. in sidebar on left, select apis & auth. in list of apis, make sure status on youtube data api v3. in sidebar on left, select credentials. api supports 2 types of credentials. create whichever credentials appropriate project: oauth 2.0: application must send oauth 2.0 token request accesses private user data. application sends 

client id and, possibly, client secret obtain token. can generate oauth 2.0 credentials web applications, service accounts, or installed applications.

learn more api keys: request not provide oauth 2.0 token must send api key. key identifies project , provides api 

access, quota, , reports.

if key type need not exist, create api key selecting create new key , selecting appropriate key 

type. enter additional data required key type.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -