I\'m currently creating a test application to test using the latest facebook SDK to update our existing application problem is that I need to get the email address which I k
I guess getting email permissions can help..
LoginManager.getInstance().logInWithReadPermissions( fragmentOrActivity, Arrays.asList("email"));