如何以编程方式在 Facebook 上创建签到地点?

发布于 2024-12-22 10:49:41 字数 157 浏览 1 评论 0原文

如何以编程方式在 Facebook 上创建签到地点?图形 API 允许您签到现有地点(由页面表示。您传递坐标,服务器返回一个包含给定精度的地点的数组,然后您可以选择签到的位置)。我需要的是能够传递坐标(经度和纬度),并且如果该地点页面存在则签入或创建新页面(我拥有所有信息,即地址、电话、ID 等)。

How do you programmatically create a check-in place on Facebook? The graph API allows you to check-in on existing place (which is represented by a page. You pass coordinates and server returns an array with places with given accuracy and then you can select where to check-in). What I need is to be able to pass coordinates (long and lat) and either check-in if the page of place is exists or create new (I have all the information, ie. address, phone, id etc.).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遇见了你 2024-12-29 10:49:42

不幸的是,您无法使用当前的 FB 公共 API 来做到这一点。
有一个错误报告: http://bugs.developers.facebook.net/show_bug .cgi?id=13388

另请参阅以下讨论:http://forum.developers.facebook.net/viewtopic.php?id=82074

您也可以尝试使用显示 touch.facebook 的 webview 作为解决方法。

Unfortunately you can't do it with current FB public API.
There is a bug report: http://bugs.developers.facebook.net/show_bug.cgi?id=13388

See also discussion on: http://forum.developers.facebook.net/viewtopic.php?id=82074

You may also try as workaround use webview showing touch.facebook.

粉红×色少女 2024-12-29 10:49:42

您无法通过 API 创建新地点,只能签入现有地点。

You cannot create new places via the API, only check into existing places.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文