-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You must define 'CONTACTS_IMPORT_CALLBACK' in settings #1
Comments
You can't use BBAuth any more. It is deprecated. The pinax contact importer is kind of out of date. django-contacts-import Google contact import works out of the box For Yahoo, you need to go to Yahoo dev, create a new project with read access to Contacts. django-contacts-import seems to assume that you already have a Yahoo Oauth done and have an access token. The Yahoo contact importer also has a strange dependency on django-oauth-access, but only for the Yahoo import and mostly for things that you can do pretty easily with oauth2 yourself. If it helps anyone... Here is some code that I added to views.py to add Yahoo Oauth. It is ugly, but maybe it can save you some time:
|
I was trying to use this with pinax, but couldn't find any documentation stating what 'CONTACTS_IMPORT_CALLBACK' should be set to....any ideas? Or is this an error. Also of note as I noticed that the developers of this are involved with pinax...the bbauth seems to be in the process of being depreciated, so even after properly setting up an bbauth app, there is no app that has any permissions to interact with the 'contacts' of a yahoo account giving a 403 error. Look forward to hear the solution gentlemen. Good day.
The text was updated successfully, but these errors were encountered: