3

当您向 Facebook 发布定期状态更新时,它会跟踪您当前的位置并在时间旁边提供(附近的)城市。即:5 月 24 日纽约市附近。请注意,这不是登记入住。

我正在尝试做同样的事情,而不是搜索页面(地点)ID并签入。我试过用 latitute 和 longitute 发布坐标,但它没有显示附近的城市。

https://graph.facebook.com/me/feed

message=test
coordinates={"latitude": 37.4163458217, "longitude": -122.15198690595}
4

2 回答 2

0

请检查此网址 https://developers.facebook.com/docs/reference/api/status/

您必须将坐标作为名为 place 的对象传递,这将包含有关该地点的详细信息,有关地点对象的更多详细信息...

object containing id and name of Page associated with this location, and a location field containing geographic information such as latitude, longitude, country, and other fields (fields will vary based on geography and availability of information)
于 2012-06-05T11:55:01.920 回答
0


我意识到这是一个老问题,但为了确认,通过应用程序发布只能让您使用地点 ID 标记地点。
请查看这些相关帖子 -
https://developers.facebook.com/blog/post/2012/03/07/building-better-stories-with-location-and-friends/
https://developers.facebook.com/文档/opengraph/actions/#taggingplaces

于 2012-08-30T19:28:39.160 回答