I'm using facebooker2 with my site unfortunately even if i logged out of facebook.com my site:
- fb_cookie still contains stuff eg:
access_token=xxxxx&base_domain=mysite.com&expires=1319101200&secret=yyyyyyyyy&sig=zzzzzzz&uid=1234567890 it never gets invalidated
- current_facebook_user still contains the current facebook user.
How do i:
- invalidate those variables
- know if the user has logged out of facebook - please do know the solution must by in ruby.