Diver Dan
Diver Dan

Reputation: 9963

Get mobile number from facebook api

I have added the extended property sms to my required permissions.

In my case im using the .net facebook sdk but I dont think it matters.

I don't know where to find the users phone number

  var fb = new FacebookWebClient();
  dynamic me = fb.Get("me");

I have had a look within "me" however there is nothing there for me to get the mobile number.

Can someone point me in the right direction where I can find the users mobile number?

Thank you

Upvotes: 5

Views: 19980

Answers (1)

Robert
Robert

Reputation: 2282

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

Source: Here

Upvotes: 10

Related Questions