Does the Facebook REST API provide the ability to get a friend's phone number?

Using the Facebook API, is there a way to get the friend / cell phone number? I'm sure I saw an app a while ago that could sync Facebook with your Mac address book, but I didn't find anything in the API documentation that allows you to get a friend's number. Is it possible?

Thanks in advance.

0


source to share


2 answers


According to the FQL documentation, no. The User Table and the Standard User Information Table will be the storage location for this information, but the telephone number column is not specified. Also, Users.getInfo () and Users.getStandardInfo () obviously do not contain phone number information.



Perhaps you've seen strictly managed email and physical mailing addresses in the app?

+2


source


Yes, higher than mine is correct, I searched correctly to find Friend phone numbers with Graph API with SDN SDN 3.1.1 SDK but fail because facebook doesn't have friends phone number and email but other information can easy to get through code.



+2


source







All Articles