mediapop / django-friendface

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

Django user model for 1.5 #65

Open gaqzi opened 11 years ago

gaqzi commented 11 years ago

The changes to the user model for 1.5 will change things for us and as far as I've been able to discern we'll have to redo some quite important parts of friendface.

I was originally planning on converting friendface to 1.5 and use that for housewife but I'm starting to think we should probably discuss this a bit more before we do that. And just how we should design this to work as seamlessly as possible.

Some quick questions:

kitsunde commented 11 years ago

I've had the issue with multiple apps and multiple users brewing in my head for a while now. We probably must do a ForeignKey from FacebookUser to the User model.

The main issue would be discovering the facebook user for the current facebook application. See #18. This is a duplicate of #19 also probably.Maybe add a request.facebook_user that is lazy evaluated.