When reading through the Youtube API, i noticed that the base url for requestions was using version 3 https://www.googleapis.com/youtube/analytics/v3/,

However, when i was using the youtube ANalytics API PHP class, the URL being requested was version 1. https://www.googleapis.com/youtube/analytics/v1/ is this an issue, or is the PHP library just out of date? I really do not want to have to make another one class (reinvent the wheel), but i am skeptical about using outdated code. Thanks.

有帮助吗?

解决方案

This is not a problem, the current version for the Analytics API is v1, as you can see in the API explorer.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top