Facebook Graph API签到列表 [英] Facebook Graph API checkin list

查看:81
本文介绍了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.

使用以下呼叫:

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

这篇关于Facebook Graph API签到列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆