Accessing contact information of a facebook app user -
i have access_token facebook application. there way can contact information(phone-number) of user of facebook application?
below url returns me public information name, location, education etc.. not contact information
https://graph.facebook.com/me?access_token=xxxx....
thanks in advance!!
you can't phone number graph api. can email though if have email extended permission: http://developers.facebook.com/docs/authentication/permissions. if whitelisted app believe can send facebook messages through api.
Comments
Post a Comment