| Message |
 |
Date: 2007-11-28 02:31
Sender: George Deglin
The 0.9.7 version of RFacebook didn't seem to fix this.
However, I was able to fix it myself by using code similar
to this as a before_filter:
def verify_session
if session[:fb_id]
if(session[:fb_id] != fbsession.session_user_id)
reset_session
redirect_to ""
end
end
unless session[:fb_id]
session[:fb_id] = fbsession.session_user_id
end
end |
Date: 2007-09-29 16:38
Sender: Matt Pizzimenti
I think I have a solution (look at the first 3 lines of fbsession
when I release the new gem). Please let me know if this fixes
the problem for you. This time I'll leave the bug open till
I hear back from you ;) |
Date: 2007-09-23 21:18
Sender: George Deglin
Not fixed in 0.9.6 |
Date: 2007-08-25 17:36
Sender: Matt Pizzimenti
I'm going to close out the bug, please reopen it if your problem
was not resolved. |
Date: 2007-08-20 18:25
Sender: Matt Pizzimenti
Give 0.9.1 a try, your issue may be resolved. Please let me
know if 0.9.1 fixes it, and then I'll close this bug. |