I need to get age range for the user himself (not friend)
As per https://developers.facebook.com/docs/graph-api/reference/v2.1/user
user_range is part of the /me node. But, I decoded the response object and there is no age_range over there.
I am using facebook javascript sdk. Is age_range available? how? is it still accessible through the 'signed _request'?