Getting an authed Facebook user's age without further permissions prompts

前端 未结 2 1391
情深已故
情深已故 2021-02-06 05:04

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

2条回答
  •  野性不改
    2021-02-06 05:38

    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.

提交回复
热议问题