如何获取特定页面的所有Facebook签到? [英] How to get all Facebook check-ins for a specific page?

查看:99
本文介绍了如何获取特定页面的所有Facebook签到?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Facebook页面,也是FB的一个地方,所以用户可以登录到那个地方(例如使用iPhone)。现在我想从我的页面获取所有的登录用户。但是我总是得到一个空数组,即使有几个用户被检入。我使用Graph-API中的以下URI:



https://graph.facebook.com/PAGE_ID/checkins?access_token=ACCESS_TOKEN



对于访问令牌,我创建了一个FB-应用程序并分配了权限manage_pages,offline_access,user_checkins和friends_checkins。



我缺少什么?

解决方案

你正在做的正确。我有一个类似的问题,并发现这个bug报告几个月后。现在已经修复了。



http://开发人员.facebook.com / bugs / 165533086912181



由于这已被修复,所以现在应该适合你。如果没有,你可能想尝试FQL。您可以通过访问图形API访问



https://graph.facebook.com/fql?q=SELECT+checkins+FROM+pages+WHERE+page_id=WHATEVER


I've a Facebook-Page which is also a place in FB, so users can check-in to that place (for example with an iPhone). Now I want to get all the checked-in users from my page. But I always get an empty array, even when several users are checked-in. I'm using the following URI from the Graph-API:

https://graph.facebook.com/PAGE_ID/checkins?access_token=ACCESS_TOKEN

For the access-token I've created an FB-app and assigned the permissions manage_pages, offline_access, user_checkins and friends_checkins.

What am I missing?

解决方案

You are doing it correctly. I was having a similar problem, and found this bug report a few months back. It is now fixed.

http://developers.facebook.com/bugs/165533086912181

Since this has been fixed, it should work for you now. If not, you may want to try FQL. You can access it through the graph API by accessing

https://graph.facebook.com/fql?q=SELECT+checkins+FROM+pages+WHERE+page_id=WHATEVER.

这篇关于如何获取特定页面的所有Facebook签到?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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