I have a code to fetch user details
In location area
I have used this code in controller class
model.addAttribute("location",facebook.userOperations().getUserProfile().getLocation());
this error shows in jsp view in the location box.
location :org.springframework.social.facebook.api.Reference@97d487
birthday :not showing any thing but showing gender: male pls help..why??