user or profile didnt have attribute facebook_id with userena
Facebook open graph api implementation using the Django web framework
Brought to you by:
hationlove
Originally created by: masterdubs
user or profile didnt have attribute facebook_id when login , user created in admin.
I have a custom user model :
class MyProfile(UserenaBaseProfile, FacebookProfileModel):
...
...