no simple way to do this without monkeypatching auth.User - which is not a good option. But want to offer something close to: user.is_facebook_authenticated() that can also be used in templates
no simple way to do this without monkeypatching auth.User - which is not a good option.
But want to offer something close to:
user.is_facebook_authenticated()
that can also be used in templates