I've taken a look and to have this fields you only have to request permission to get this fields from the user through the login form. So for example to get the location and the birthday you would do:
Code:
<fb:login-button perms="email,user_birthday,user_location,publish_stream,offline_access"
Then add the needed fields in the FacebookProfile class and fetch them in FacebookTemplate.getUserProfile().
So, if someone really needs them they're quite easy to obtain, although it would really be great if all the fields where added on the next release.