Facebook API - 如何获取用户的地址,电话#? [英] Facebook API - How to get user's address, phone #?

查看:69
本文介绍了Facebook API - 如何获取用户的地址,电话#?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有人能够使用FQL或Graph api获取Facebook用户的地址,电话号码?



尝试过以下FQL,并且可以获得当前城市 家乡属于基本信息,但不在联系信息下的地址或电话。



SELECT name,first_name,last_name,birthday_date,current_location,hometown_location,pic,profile_url,timezone,username,profile_update_time FROM user WHERE uid IN(xxxx)

解决方案

由于垃圾邮件的预防原因(可能还有其他原因),这些属性特意并有意通过API提供 ...


Is anyone able to get facebook user's address, phone # using FQL or Graph api?

Have tried the following FQL and was able to get 'Current City' and 'Hometown' which are under 'Basic information' but not the 'Address' or 'Phone' which are under 'Contact Information'.

SELECT name,first_name,last_name,birthday_date,current_location,hometown_location,pic,profile_url,timezone,username,profile_update_time FROM user WHERE uid IN (xxxx)

解决方案

These attributes are specifically and intentionally not available via the API, for spam prevention reasons (maybe other reasons as well)...

这篇关于Facebook API - 如何获取用户的地址,电话#?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆