With the Facebook Graph API, is it possible to get a user\'s age (or age range) without first prompting for the user_birthday or friends_birthday permi
This depends; if you are building a canvas app you can parse the *signed_request* parameter, which will have an age range (max/min), which should give you something to go off of.