Foursquare 用户当前得分

发布于 2024-12-11 16:57:44 字数 69 浏览 0 评论 0原文

我浏览了 4sq API 文档,但在任何 Json 响应中找不到有关用户当前分数的任何信息。

有人看到了吗?

I was skimming through the 4sq API documentation but couldn't find any info about the current score of the user in any of the Json responses.

Anyone saw it?

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

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

发布评论

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

评论(2

场罚期间 2024-12-18 16:57:44

从这里开始:

https://developer.foursquare.com/docs/realtime.html< /p>

你可以看到用户的典型 JSON 文件,您可以在其中找到:

<前><代码>“统计”:{
“签到数”:7313,
“用户数”:565,
“提示计数”:128
},

您可以随心所欲地解析它。

From here:

https://developer.foursquare.com/docs/realtime.html

You can see a typical JSON file for a user, in which you find:

    "stats": {
        "checkinsCount": 7313,
        "usersCount": 565,
        "tipCount": 128
    },

You can parse this however you like.

被翻牌 2024-12-18 16:57:44

这是排行榜的终点,排行榜统计显示您现有排行榜的示例。您应该能够从 json 中提取您的用户。

The is end point for the leader board, Leader Board Stats shows an example of your existing leader board. You should be able to extract your user from json.

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