I am using the Facebook rest api restfb and java. Is it possible to get a user's address info? Presently I use com.restfb.types.User, but I can't seem to get the address data with that. I am able to get other data such as name, gender, and email. But not address.
My research led me to this site (http://code.google.com/p/restfb/source/browse/trunk/RestFB/library/src/main/java/com/restfb/types/User.java?r=323) but I am not sure what I am supposed to do with the code. If I copy the code and use it will I suddenly be able to get user address data from Facebook (I haven't gone that route yet because it would require a lot of changes to test it)?
Thanks for any leads.