Foursquare 用户当前得分
我浏览了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从这里开始:
你可以看到用户的典型 JSON 文件,您可以在其中找到:
您可以随心所欲地解析它。
From here:
You can see a typical JSON file for a user, in which you find:
You can parse this however you like.
这是排行榜的终点,排行榜统计显示您现有排行榜的示例。您应该能够从 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.