Search code examples
facebookoauth-2.0facebook-oauth

Getting Mobile Phone number from Facebook OAuth


Can we get mobile phone number of the user when we are using OAuth for Login. If the answer is "Yes" then what is the scope/permission I have to use? Thanks in advance for your help!

-Narendra


Solution

  • You can't get the phone number from the graph api. Best you can do is the email address if you request the email permission.