Can't get name and email from facebook – Facebook api
I'm trying to get name and email from facebook login. I'm using: compile 'com.facebook.android:facebook-android-sdk:4.+' I can get into onSuccess but the code does not get into GraphRequest and I think that's why I can't get name and email (I'd also…