Reputation: 3953
I am working on android application using parse.com services. I am login through users credentials but after login i want to get the users number from facebook just like email address, last name. Please guide me a way to get user mobile number using android platform
Thanks in advance
Upvotes: 1
Views: 917
Reputation: 1605
There is no way to get the mobile number of a Facebook user via the Graph API. Even not if the user set it to public. Please refer this link https://developers.facebook.com/docs/graph-api/reference/v2.1/user/#fields
Upvotes: 0