搜索最近的Facebook应用程序

问题描述:

是否可以创建一个Facebook应用程序,显示最近的兴趣位置列表?

Is it possible to create a facebook application that would display a list of the nearest place of interest location?

与当前现有的Urbanspoon应用程序(http:/ /www.urbanspoon.com/c/338/Perth-restaurants.html),但在Facebook上。

Much like the current existing Urbanspoon Application (http://www.urbanspoon.com/c/338/Perth-restaurants.html) but on facebook.

有人可以指出我正确的方向:)

Can somebody please point me to the right direction :)

获取用户当前位置的地点ID:

SELECT current_location FROM user WHERE uid = me )

Get place ID for user's current location:
SELECT current_location FROM user WHERE uid=me()

获取该地点ID的坐标:

https://graph.facebook.com/106412259396611

Get coordinates for that place ID:
https://graph.facebook.com/106412259396611

获取附近地点:

https://graph.facebook.com/search?type=place&center=65.5833 ,22.15& distance = 1000

您当然可以通过其他手段