tamwayne / gtm-oauth2

Automatically exported from code.google.com/p/gtm-oauth2
0 stars 0 forks source link

auth.userEmail getting wrong email address #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. After succesful autentication using self.auth = 
[GTMOAuth2ViewControllerTouch authForGoogleFromKeychainForName:GOOGLE_KEYCHAIN
                                                          clientID:GOOGLE_CLIENT_ID
                                                      clientSecret:GOOGLE_CLIENT_SECRET];
2.
3.

What is the expected output? What do you see instead?
I need the gmail email string 'username@gmail.com' but I get 
username@pages.plusgoogle.com

What version of the product are you using? On what operating system?
Last version

Please provide any additional information below.

Original issue reported on code.google.com by geraldo....@gmail.com on 19 Jul 2014 at 12:02

GoogleCodeExporter commented 9 years ago
This isn't something the library can fix, unfortunately. You can display the 
user's actual profile information (full name) in addition to or instead of the 
email address.

Original comment by grobb...@google.com on 22 Jul 2014 at 10:44

GoogleCodeExporter commented 9 years ago
Yeah, I researched about this and I found that is related to link your youtube 
account with google plus, it's something the user must setup

thanks

Original comment by geraldo....@gmail.com on 22 Jul 2014 at 10:47