YouTube API v3 get all channels associated with a logged in user

前端 未结 2 644
野性不改
野性不改 2020-12-06 12:36

Is it possible to get all the channels associated with a logged in user account, using youtube\'s version 3 API (https://developers.google.com/apis-explorer/#p/youtube/v3/).

2条回答
  •  温柔的废话
    2020-12-06 13:02

    OAuth2 allows login in with only one channel, so that's not possible.

    OAuth2 already gives user a choice to pick the channel they want to authorize and give access, so you don't have to implement it anyways.

提交回复
热议问题