Facebook Graph API签到列表

编程入门 行业动态 更新时间:2024-10-22 09:32:59
本文介绍了Facebook Graph API签到列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在寻找一种使用Graph API的方法来收集当前签入"到特定位置的用户列表.

Im looking for a way to use the Graph API to gather a list of users currently "checked in" to a particular place.

非常感谢您的帮助!

谢谢 克里斯

推荐答案

无法获得用户列表,因为那样一来,您需要获得单个用户的许可(分别是访问令牌)才能访问其签入数据(即我想你没有).

To get a list of Users is not possible, because you'd then need the individual User's permission (respectively the Access Token) to access their checkin data (which I guess you don't have).

您所能做的就是利用上述FQL查询按小时时间表请求签入的数量.然后,您可以自己存储/计算.

What you could is just to request the number of checkins on an hourly schedule with the mentioned FQL query. Then you could store/calculate this for yourself.

使用以下呼叫:

graph.facebook/fql?q=SELECT%20checkin_count%2C%20name%20FROM%20plac‌e%20WHERE%20page_id%3D155669083273&access_token={your_app_access_token}

更多推荐

Facebook Graph API签到列表

本文发布于:2023-10-27 23:09:15,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1534806.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:列表   Facebook   Graph   API

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!