Reputation: 9963
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