I m trying to fetch share count of youtube video using YouTube Analytics API v3. I am using google php client library to upload videos. I am able to find count of likes, dislikes, etc using this url:
https://www.googleapis.com/youtube/v3/videos?part=statistics&id=Nyk_ltlr6pc&key={APP_KEY}
But not able to find any such resource to fetch count of share.
I have seen this post: How to get share count of a youtube video using youtube api?
But I am unable to get anything from this post, as this post is old and it is using YouTube Analytics API v1 compare to current YouTube Analytics API v3.
Kindly guide me. Thank you.
I know it's late, but still I think I should share the code, so if any need person looking for such functionality similar to this, it would help him.
Kindly feel free to review my code and suggest any suitable changes.