0

我想通过以下方式知道我网页的访问者来自哪个城市:

    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)?

4

3 回答 3

1

没有他们授权您的应用程序,不。

否则,/USER_IDAPI 中的基本调用将返回其语言环境

于 2012-06-08T17:09:15.073 回答
0

您可以使用 MaxMind API 根据用户的 IP http://www.maxmind.com/app/ip-location获取用户的位置

要从他的个人资料中获取用户的位置,您可以使用 Graph API https://developers.facebook.com/docs/reference/api/user/

于 2012-06-08T22:15:01.307 回答
0

只需质疑 user.location 的 Graph API – https://developers.facebook.com/docs/reference/api/user/

于 2012-06-08T17:16:18.740 回答