SureshKekan / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

MSN failure? #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Demo site at opensource.brickred.com
2.Use hotmail login
3.Nothing is shown at 
http://opensource.brickred.com/socialauthdemo/socialAuthSuccessAction.do

What is the expected output? What do you see instead?
Contacts, but none is shown

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

Please provide any additional information below.
http://opensource.brickred.com/socialauthdemo/socialAuthSuccessAction.do 
Page

Original issue reported on code.google.com by markette...@gmail.com on 27 Mar 2012 at 1:27

GoogleCodeExporter commented 9 years ago
Hi 

There is one known issue in hotmail provider.
There may be problem in parsing DOB. There is no check for null. Can you please 
confirm whether you have DOB in your hotmial profile or not.

Please let me know if this resolved the issue.

Regards
Tarun

Original comment by tar...@brickred.com on 27 Mar 2012 at 1:46

GoogleCodeExporter commented 9 years ago
Great!
It solves the problem!
I put in DOB for the contact and the user info is out. But am not sure about 
contacts, since i saw null contact there.

Thanks for your advice. How to check null for dob, by editing the library? 

Original comment by sieews...@gmail.com on 27 Mar 2012 at 2:30

GoogleCodeExporter commented 9 years ago
DOB issue is only for logged-in person profile, no need to set DOB for contacts.

Please have a look getProfile() function of hotmail provider. Here we are 
checking birth_day, birth_month, birth_year. Just add a check for empty string 
too here. These string should not be empty.

Regards
Tarun

Original comment by tar...@brickred.com on 28 Mar 2012 at 9:54