English 中文(简体)
书库活动一页: 活动成员(FQL)
原标题:Facebook events api: Event member (FQL)
  • 时间:2010-04-21 09:57:34
  •  标签:
  • facebook

我为活动成员举办面对面的活动。 昨天,我收到了一次活动成员的适当指控。 但突然出现以下问题:

  1. 对于每一个连续要求的许多计划,我都是随机抽出的成员。 奇怪问题。 种子器服务器没有适当分类或类似。

  2. 早些时候,就同一问题作了说明(如下文所述),我正在得出正确的看法。 但现在的计算要少得多。 看来,至少就少数事件而言,他们现在只派与我们的申请有关联的成员(我们正在使用面对面的连接)。

例:在以下询问中,我正在找“31”成员。 但是,在事件网页上,成员人数要多得多。

FQL: FB.Facebook.apiClient.fql_query( SELECT uid, eid, rsvp_status FROM event_member WHERE eid=336671213618 , function(result, error){alert(result.length);});

Event page: http://www.facebook.com/event.php?eid=109411842404023

近期是否发生了变幻影或政策的变化?

提前感谢。

最佳回答
问题回答

暂无回答




相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签