mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

Mobile redirect issue when logged out #89

Open kitsunde opened 10 years ago

kitsunde commented 10 years ago

It appears that if we hit the MobileView while being logged out it redirects to canvas which in turn doesn't have the mobile cookie set, but does get the ?mobile=true param set. Which means MobileView is not working as intended.

MobileView should negotiate the cookie on its own.

It may be that cookies aren't set through the iframe, or the session gets trashed through authentication.