0

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.

Hunter Mitchell
  • 7,063
  • 18
  • 69
  • 116

1 Answers1

0

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

Vinicius Braz Pinto
  • 8,209
  • 3
  • 42
  • 60