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

前端 未结 2 1392
情深已故
情深已故 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:26

    You can't (-_-;)

    Age requires user_birthday or friends_birthday permission.

    Example http://graph.facebook.com/68310606562?fields=id,name,birthday

    If not simply you can get the founder age.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题