Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook API, Phone Numbers

I am developing a Facebook Application that I need to get all the information of user, including mobile phone. However, even this page claims https://developers.facebook.com/blog/post/446 that user_mobile_phone permission exists, neither the documentation includes a field of mobile phone number. I am creating a synchronization of contacts, so the phone field is very important.

Why this is blocked? Spamming with mobile is not a very nice spamming approach, it has a cost. They even let e-mails to be given (although you can change it to a cloaking address), but we cannot get phone numbers or addresses.

Is there a way to get it via an app?

EDIT: Even this: http://developers.facebook.com/blog/post/447

like image 889
Mustafa Avatar asked Jul 03 '11 15:07

Mustafa


People also ask

How do I get a phone number from Facebook Graph API?

Phone Number Verification Code To get a phone number's ID, call to https://graph.facebook.com/ v14. 0 /{whatsapp-business-account-ID}/phone_numbers . Replace {whatsapp-business-account-ID} with the ID of the WhatsApp Business Account the phone number belongs to. See Get all phone numbers for an example.

How do I get my Facebook API user ID?

The simplest way to get a copy of the User Profile object is to access the /me endpoint: FB. api('/me', function(response) { }); This will this will return the users name and an ID by default.

How do I find Ohone numbers on Facebook?

Open the Facebook app. Tap the looking glass search icon in the top right corner. Add the phone number as a series of digits with no breaks or formatting, and include the area code. Hit search, and you should get the result you wanted at the top of the page.


1 Answers

http://developers.facebook.com/blog/post/2011/01/14/platform-updates--new-user-object-fields--edge-remove-event-and-more/

say: Update: The user_address and user_mobile_phone permissions have been removed. Please see this post for more info.

like image 64
Tsutomu Chikuba Avatar answered Nov 24 '22 10:11

Tsutomu Chikuba