Facebook邀请 - 谁邀请谁 [英] Facebook invites - who's invited whom

查看:147
本文介绍了Facebook邀请 - 谁邀请谁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Facebook上有一个活动,一般分享给大约400人,然后人们进一步分享。



如何跟踪最多的用户分享?我已经看到应用程序的答案,但我看不到网址修饰符,可以让我看到谁邀请谁参加了活动。在Facebook的主页上,如果你悬停在某个人的名字上,它会告诉你谁邀请他们,所以Facebook必须保留这个记录。

解决方案

p>如何使用FQL?



此查询将为您提供每个受邀用户的邀请对象列表:

  SELECT inviter,uid FROM event_member WHERE eid =< event_id>并邀请

您可以使用此查询作为依据。通过邀请函排序并计算每个邀请者的记录。我知道有一些工作要做,但是我猜想通过一点点查询,你可以做到这一点。


I have an event on Facebook, generally it's shared to around 400 people and then people share further.

How can I track which user shares the most? I have seen answers for apps but I can't see the URL modifier which allows me to see who's invited whom to the event. On the main Facebook page, if you hover over someones name it tells you who invited them so Facebook must keep a record of this.

解决方案

What about using FQL?

This query will get you the list of inviters for each invited user:

SELECT inviter, uid FROM event_member WHERE eid = <event_id> and inviter 

You can use this query as basis. Order by inviter and count the records for each inviter. I know there's some work to do there, but I guess with a little bit of twicking the query, you'll be able to do it.

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

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