如何以编程方式在 Facebook 上创建签到地点?
如何以编程方式在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,您无法使用当前的 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.
您无法通过 API 创建新地点,只能签入现有地点。
You cannot create new places via the API, only check into existing places.