Bugs: Browse | Submit New | Admin

[#19353] session.event_members doesn't update results when you search for a new eid

Date:
2008-04-07 23:54
Priority:
3
Submitted By:
S Woodside (sbwoodside)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
session.event_members doesn't update results when you search for a new eid

Detailed description
event_members (Facebooker::Session) only actually talks to facebook the first time you use it, no matter the eid. I
think the problem is here:

@members ||= post('facebook.events.getMembers', :eid => eid) do |response|

I think that should be @members = post .... instead. Anyway, if I change it to that, it fixed the problem. However this
means that if you ask for the members of the same event multiple times, you will waste a lot of time. I don't know what
the proper solution is. But that's a workaround.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item