BluesZhang / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Can not login If username dont have @gmail.com #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What is the expected output? What do you see instead?

I want to login with username like : huyttn@imt.com.vn . Now I just login 
successful with kenammat.....@mail.com . In last part of username must have 
...@gmail.com, it login successful. If not , it fail. I don't know why ?

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

My operating systems is IOS 4.x
I got news vesion of Google API : gdata

Please provide any additional information below.

Original issue reported on code.google.com by huy...@imt.com.vn on 14 Oct 2011 at 9:15

GoogleCodeExporter commented 9 years ago
Sorry 
the line have :  kenammat.....@mail.com => kenammat.....@gmail.com
Thank.

Original comment by huy...@imt.com.vn on 14 Oct 2011 at 9:16

GoogleCodeExporter commented 9 years ago
I cannot also access with Google account. It only allows Gmail account now .... 
:(

Original comment by thuytran...@gmail.com on 14 Oct 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Are you using setUserCredentialsWithUsername:password: for sign-in, or using 
oauth2?

Were you previously able to sign in with the non-gmail email address?

Original comment by grobb...@google.com on 14 Oct 2011 at 8:33

GoogleCodeExporter commented 9 years ago
Hi, 

I have the same problem and also tries it with your contact sample application 
and it doesn't work there as well. 

What steps will reproduce the problem?
1. Use ContactSample that is provided with your source
2. Try to download contacts with aliased email which is not a ...@gmail.com 
address (e.g. my.name@myCompany.com)
3. Authentication works and no error is returned, but also no contacts are 
returned

What is the expected output? What do you see instead?
All contacts I have with my account.
I get nothing.

What version of the product are you using? On what operating system?
Sample in the latest SVN snapshot

Original comment by martin.r...@gmx.at on 26 Feb 2013 at 2:15

GoogleCodeExporter commented 9 years ago
This issue is not due to the Objective-C library.

Please use the Contacts API issue tracker and discussion area to report issues 
related to the Contacts API.

https://developers.google.com/google-apps/contacts/v3/

Please use OAuth 2 for sign-in, not the deprecated username/password 
(ClientLogin) protocol.

https://code.google.com/p/gtm-oauth2/

Be sure to include relevant http logs from your application's 
requests/responses.

https://code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntroduction#Log
ging_http_server_traffic

Original comment by grobb...@google.com on 26 Feb 2013 at 6:45