lacostabr / socialauth-net

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

List<Contact> doesnot return email address for individual contacts with facebook #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

It should display the email address for the individual contact available on the 
contacts list for the current provider with current logged in user.

What version of the product are you using? On what operating system?
2.3 version on windows 7

Please provide any additional information below.

  if (SocialAuthUser.IsLoggedIn())
                                                                  {
                                                                      SocialAuthUser oUser = SocialAuthUser.GetCurrentUser();
                                                                      List<Contact> contacts = oUser.GetContacts();
                                                                      foreach (Contact item in contacts)
                                                                      {
            @item.Email
                                                                      }
                                                                  }

Original issue reported on code.google.com by bieco...@gmail.com on 11 Feb 2013 at 6:10

GoogleCodeExporter commented 9 years ago
Facebook doesn't shares friend's email.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 18 Feb 2013 at 5:23