[Facebooker-talk] something wrong with event_members
S. Woodside
sbwoodside at yahoo.com
Fri Apr 4 03:20:42 EDT 2008
I've got this code in one of my views:
<% for event in @facebook_session.events( :uid =>
@facebook_user.uid ) %>
<p><%= @facebook_session.event_members(event.eid).length %></p>
<% end %>
It should print the # of people coming to each of this user's events.
Let's say that would be "5 12 8". Instead it's printing "5 5 5", in
other words, the # of people going to the first event, repeated over
and over again for each of the other events.
Is there something wrong with my code, or something wrong with
facebooker? Is it caching something wrong maybe???
--simon
--
http://simonwoodside.com
More information about the Facebooker-talk
mailing list