0
votes

I am running through the OAuth process with Google+ scopes (email, profile) as well as the basic scope for the YouTube API.

If a user selects a YouTube Channel that is tied to a Google+ Page, then the Google information that I get back is for the Google+ Page (which isn't what I want)

What I want is the Google Id (and name and email) of the USER who is logged in - not the Google+ Page's info.

1

1 Answers

0
votes

Google Sign-In doesn't work that way. You get authorized to for the info of the identity signing in and only that identity. If you want info from another identity the user has to authorize your app to access that identities info or ask them to manually enter the info.