SpringSocialforFacebook-getuserlocation我正在使用springsocialFacebook连接到facebook。连接效果很好。我正在尝试使用以下代码获取用户的位置:123FacebookProfileprofile=facebook.userOperations().getUserProfile();ReferencerLocation=profile.getLocation();Locationlocation=facebook.fetchObject(rLocation.getId(),Location.class);但我得到的是一个空的位置对象(它