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

前端 未结 2 1393
情深已故
情深已故 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.

提交回复
热议问题