hotmail contacts api + python but no django

2010-04-09 Thread karthi
how to write the script hotmail contacts api + python but no django ,how this can be achieved ,can anybody give me some idea for this. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@

Hotmail contacts using python library

2010-03-31 Thread karthi
can anybody tell me how to write a script to import hotmail contacts with windowslivelogin.py library,i have a web based script used for django environment brlow: from lib.WindowsLiveLogin import ConsentToken import urllib, urllib2 def hotmail_login(request): wll = WindowsLiveLogin(appid=sett

Hotmail contacts using python hotmail sdk

2010-03-31 Thread karthi
i have the SDK with me, source code for getting hotmail contacts in DJANGO environment: -- from lib.WindowsLiveLogin import ConsentToken import urllib, urllib2 def hotmail_login(request): wll = WindowsLiveLogin(appi