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?
source share