Usman Khan
Usman Khan

Reputation: 3953

User Mobile number using facebook android sdk

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

Answers (2)

Sunisha Guptan
Sunisha Guptan

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

Piyush
Piyush

Reputation: 1973

Facebook has retracted these features of the API due to privacy concerns.

Source: Here

Upvotes: 5

Related Questions