0

I would like to get a list of pages by Location, preferably Lat and Long, from the Facebook Open Graph. The Location object is not indexed, understandably, so FQL can't seem to get it. Has anyone managed to get a list of pages any other way?

This is for a Windows 8 Metro app in HTML5, in case technology matters.

4

1 回答 1

3

您可以使用访问令牌轻松完成此操作,只需使用 Graph API Searching:

https://developers.facebook.com/docs/reference/api/#searching

例如,您可以进行以下调用:

https://graph.facebook.com/search?q=*&type=place&center=37.76,-122.427&distance=1000&access_token=TOKEN

于 2012-03-05T18:58:20.143 回答