Facebook sdk get user phone number or address?

I think I broke through all the sdk documentation on facebook, but cannot find a way to get the phone number or user address. Whether this feature is remote, as stated in this thread , where he suggested that it will be re-enabled in a few weeks (2011).

+8
facebook-graph-api facebook-android-sdk
source share
1 answer

This information is not available through the Facebook API and will not be added soon. If you want to receive this information from a user, you must request them after they have logged into your application using Facebook.

Here's a link to the Facebook API: https://developers.facebook.com/docs/reference/api/user/

You can use the chart API explorer to get a clearer picture of what information is not available.

+7
source share

All Articles