Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email null for Facebook, twitter, linkedin #112

Open
rajeevjaiswal opened this issue Mar 9, 2016 · 4 comments
Open

Email null for Facebook, twitter, linkedin #112

rajeevjaiswal opened this issue Mar 9, 2016 · 4 comments

Comments

@rajeevjaiswal
Copy link

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.

@thedumbtechguy
Copy link
Collaborator

Are you using the appropriate permissions?

@rajeevjaiswal
Copy link
Author

@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

@usmanrana07
Copy link
Contributor

any success regarding this issue?

@georgethomas2015e
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants