当有人签入场地时 Foursquare Realtime API

发布于 2024-11-16 17:13:14 字数 153 浏览 3 评论 0原文

我有多个场地,并且希望在用户签到时收到推送通知。例如,该网站将显示一条消息:“4 人登记到 LA Fitness”。我希望结果是实时的,以便网站能够不断更新。我查看了 Foursquare API,但找不到任何实时和更新的内容。

这可以在 PHP 或 NodeJS 中完成吗?

I multiple venues and I'd like to receive a push notification for when user(s) check-in. For example, the web site will display a message: "4 people checked-in to the LA Fitness". I'd like the results to be in realtime so the site will constantly be updating. I've looked at the Foursquare API and couldn't find anything realtime and updating.

Can this be done in PHP or nodeJS?

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

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

发布评论

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

评论(1

两个我 2024-11-23 17:13:14

是的,这绝对是可能的。 Foursquare 在上一次黑客马拉松(编辑,2011 年 3 月)上发布了 Push API。您可能需要向支持团队发送电子邮件才能获得访问权限,但他们非常乐于助人,我相信他们很乐意为您提供帮助。

另外,这里还有一个用 Python 编写的消费者示例的链接:

https://github.com/nsanch/foursquare-push-api-sample< /a>


PS 对于任何感兴趣的人,这里是有关黑客马拉松和 Push API 的文章

http://blog.foursquare.com/2011/02 /22/stop-hacker-time/

Yes, this is definitely possible. Foursquare released a Push API at their last hackathon (Edit: March, 2011). You may have to email the support team to get access, but they're very accommodating people and I'm sure they would love to hep you out.

Also, here is a link to an example consumer written in Python:

https://github.com/nsanch/foursquare-push-api-sample

P.S. For anyone interested, here is the article on the hackathon and the Push API

http://blog.foursquare.com/2011/02/22/stop-hacker-time/

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