ASNE icon indicating copy to clipboard operation
ASNE copied to clipboard

Email null for Facebook, twitter, linkedin

Open rajeevjaiswal opened this issue 8 years ago • 4 comments

Implemented this Library basic info fetching works but user email remains null for all the social logins mentioned. @gorbin @frostymarvelous will this be fixed or any workaround? Else I will have to implement above logins by normal way.

rajeevjaiswal avatar Mar 09 '16 18:03 rajeevjaiswal

Are you using the appropriate permissions?

thedumbtechguy avatar Mar 09 '16 20:03 thedumbtechguy

@frostymarvelous Yes for fb email is passed in fbscope and for twitter nothing is mentioned in the tutorial so kept it like that only as per turtorials still getting null value for email. LinkedIn works perfectly. I have implemented

@Override public void onRequestDetailedSocialPersonSuccess(int socialNetworkId, SocialPerson socialPerson) {

    Log.d("Detail",""+socialPerson);
}

To access full details data of user how can I access LinkedInPerson.class or Do I need to get it from socialPerson array

rajeevjaiswal avatar Mar 10 '16 10:03 rajeevjaiswal

any success regarding this issue?

usmanrana07 avatar Jun 27 '16 08:06 usmanrana07

Please solve this issue its very important when someone using social login

georgethomas2015e avatar Jul 19 '16 11:07 georgethomas2015e