↧
Answer by shukshin.ivan for PHP - Getting Channel ID after OAuth - YouTube API
You should add youtube.readonly scope, plugins like socialite have exactly this scope hardcoded. The channel snippet can be got via channels method - docs with part=snippet. Readonly scope is light...
View ArticleAnswer by instead for PHP - Getting Channel ID after OAuth - YouTube API
[EDIT]Sorry, previously I missed auditDetails part. You can find YouTube API scopes here: YouTube API scopesYou most certainly need that one: https://www.googleapis.com/auth/youtube. I'm not sure about...
View ArticlePHP - Getting Channel ID after OAuth - YouTube API
Firstly, this question may sound like a duplicate but from the answers I've already seen I think the answers don't correctly fit this purpose because I do not have permission.I'm trying to find a...
View Article