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