我想通过以下方式知道我网页的访问者来自哪个城市:
1. If the visitor has a public Facebook profile,
then return her Facebook location.
2. Otherwise, return her location based on the IP address.
我知道该怎么做(2)。但是有没有办法做(1)?
我想通过以下方式知道我网页的访问者来自哪个城市:
1. If the visitor has a public Facebook profile,
then return her Facebook location.
2. Otherwise, return her location based on the IP address.
我知道该怎么做(2)。但是有没有办法做(1)?
没有他们授权您的应用程序,不。
否则,/USER_ID
API 中的基本调用将返回其语言环境
您可以使用 MaxMind API 根据用户的 IP http://www.maxmind.com/app/ip-location获取用户的位置
要从他的个人资料中获取用户的位置,您可以使用 Graph API https://developers.facebook.com/docs/reference/api/user/
只需质疑 user.location 的 Graph API – https://developers.facebook.com/docs/reference/api/user/