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
Instead of getting the value of the graphResponse, access the email using the JSONObject me
graphResponse
me
userEmail = jsonObject.getString("email");