How to get a user's mobile phone number from facebook?

I use django-social_auth so that users can register and login via facebook . I want to access the user's phone number .

I tried google search and stackoverflow, but could not find the answer. Searched for documents in facebook. There I discovered that there was previously a permission of 'user_mobile_phone' , but it was removed.

It was also written that now he will be granted basic permissions, but it is not available (which I found). I tried using the graphics API but failed.

So, someone, please tell me if there is to receive user data.

EDIT: June 17, 2014 -

Is it now possible to get a mobile phone number through the Graph API?

+4
source share
1 answer

The API does not allow you to access the user's contact number. You will need to manually request the contact details of the user using the form.

+4
source

Source: https://habr.com/ru/post/1438644/


All Articles