GithubHelp home page GithubHelp logo

python-contact-importer's People

Contributors

millioner avatar mpcabd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

python-contact-importer's Issues

Google and Yahoo contact importer no longer works

First, thank you very much for this code

Yahoo Error:

Exception at /contact-import/

Cannot retrieve a contact list

----After Debugging Issue found which is guid gets None value---

guid is None,
get_guid_url = 'http://social.yahooapis.com/v1/me/guid?format=json'
gives 404 in response message......
so that
get_contacts_url = 'http://social.yahooapis.com/v1/user/None/contacts?format=json'
This above url cause the Exception ..... because of None...

Google Error:

TypeError at /contact-import/
sha1() argument 1 must be string or buffer, not None
Request Method: GET
Request URL: http://localhost:8000/contact-import/?service=google
Django Version: 1.7.11
Exception Type: TypeError
Exception Value:
sha1() argument 1 must be string or buffer, not None
Exception Location: /home/vimal/Python/projects/djangoEasyFriends/venv/src/python-oauth2/oauth2/init.py in sign_request, line 491
Python Executable: /home/vimal/Python/DemoProjects/def/venv/bin/python
Python Version: 2.7.12

projects/djangoEasyFriends/venv/src/python-oauth2/oauth2/init.py in sign_request
self['oauth_body_hash'] = base64.b64encode(sha1(self.body).digest())

Hotmail contact importer no longer works

First, thank you very much for this code. It works great for Google and Yahoo. But attempting to use this on Hotmail doesn't work as of 8/27/2012.

When attempting to auth with Hotmail, I receive a message like, " is making an insecure request to access your information. Windows Live does not allow information to be shared with this type of request."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.