You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
Profile.Properties properties = new Profile.Properties.Builder()
.add(Profile.Properties.FIRST_NAME).add(Profile.Properties.GENDER)
.add(Profile.Properties.EMAIL).add(Profile.Properties.LAST_NAME)
.add(Profile.Properties.BIRTHDAY)
.add(Profile.Properties.PICTURE)
.build();
mSimpleFacebook.getProfile(properties,
new OnProfileListener() {
@OverRide
public void onException(@nonnull Throwable throwable) {
profile.getEmail() is always null
The text was updated successfully, but these errors were encountered: