0
votes

We`ve got an app. When we configured permissions needed for our app we choose user_birthday. enter image description here

After we press the "Preview Login Dialog" - we can see this here enter image description here The red selection is the user birthday

But, when user try to connect to our app he see here enter image description here There is no birthday permissions there.

So, as the result we can`t get the user_birthday param. What are we doing wrong?

1
here is the third link linkuser2254354

1 Answers

1
votes

The permissions that you specify inside the facebook app settings are just for when users install your app from the Facebook App Center.

To get user permissions when users sign into your app, you need to request them during the authentication process.

You can find all the information you need here: https://developers.facebook.com/docs/tutorials/canvas-games/authenticate/