After the user signed in to Facebook at your app, now it's time to fetch the data you requested at the FBButton.readPermissions.
Swift:
enum FacebookParametesField : String
{
case FIELDS_KEY = "fields"
case FIELDS_VALUE = "id, email, picture, first_name, last_name"
...