Set permission for getting User's email ID from Facebook Login
问题 I'm using Facebook 3.0 SDK for android. I have to implement Facebook log in. I'm accessing user's basic info like name, userID. But I want to have access to email also of the user. I have gone through many blogs and forum but cannot figure out how to do that. I'm using my own android button for log in not com.facebook.widget.LoginButton . If I use Facebook log in button it was easy just have to use these lines: authButton.setReadPermissions(Arrays.asList("basic_info","email")); But, I have my