mediapop / django-friendface

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

Users that uninstall the application and make additional calls should be re-authed. #44

Open kitsunde opened 11 years ago

kitsunde commented 11 years ago
  1. A user auths.
  2. A user removes the facebook application under privacy settings.
  3. The user visits any page that makes a facebook request such as checking /me

Result: 500

Should happen: User logged out after step 2 and re-authed in step 3.

This probably has the same solution as #6.

kitsunde commented 11 years ago

Alternatively to accomodate non-facebook auth we could remove the facebook reference from the user and handle 2 like we would a normal non-facebook user. (Which is to say - currently - 500 for other reasons).