When I tried to "import Google Contact" I got:
NonAuthSubToken at /invitations/contacts/
When I tried "authenticate with Yahoo", I got:
AttributeError at /bbauth/login/
'Settings' object has no attribute 'BBAUTH_APP_ID'
Then I tried "import Google Contact" again and I got a different
error:
KeyError at /invitations/contacts/
authsub_token
I don't have BBAUTH_APP_ID or BBAUTH_SHARED_SECRET in my settings.py
and I don't have a local_settings.py. I just cloned a social_project
and hacen't really changed anything in settings.py.
I just ran the development server on localhost, wanting to try out the
features. Was that causing the errors?