jgorset / fandjango

Fandjango makes it really easy to create Facebook applications with Django
MIT License
253 stars 56 forks source link

Errors raising on authenticate with old or incorrect signed_request saved in cookies #79

Closed alekam closed 12 years ago

jgorset commented 12 years ago

Hi @alekam,

sorry for not getting around to this earlier. I'm not sure I see the use case for this feature; if the cached signed request is invalid, it should be overwritten by a new one upon authentication.