How I can fetch Windows Dwell Contacts?
To obtain access to a Windows Reside user's info within the Live Contacts service,
microsoft office pro 2010 cd key, a third-party developer 1st should always request the proprietor for permission. It's essential to
do this by way of Windows Live Delegated Authentication.
This library offer you accessibility to Windows Dwell Delegated Authentication
Method and Windows Reside Contacts API. Just follow the procedures below and be
completely satisfied!
Registering your app
First of all, follow the simple steps during this page to
register your app.
Configuring your Windows Live YAML
After registering your app, you are going to have an appid, a magic formula
main and also a return URL. Use their values to fill while in the
config/contacts.yml file. The policy URL subject inside the YAML config file
have got to have the URL for the privacy policy of one's Web internet site for Delegated
Authentication.
Authenticating your user and fetching his contacts
wl = Contacts::WindowsLive.new
auth_url = wl.get_authentication_url
Use that auth_url to redirect your consumer to Windows Dwell. He'll
authenticate there and Windows Reside will Post for your return URL. You might have
to acquire the body of that Post,
office Ultimate 2007 serial, let's contact it post_body. (if you're working with
Rails, you're able to get the Post human body by request.raw_post, from the context
of an action within ActionController)
Now, to fetch his contacts, just do that:
contacts = wl.contacts(post_body)
#-> [ ['Fitzgerald', 'fubar@gmail.com',
microsoft windows 7 professional serial, 'fubar@example.com'],
microsoft office 2010 Professional key, ['William Paginate',
discount windows 7 cd key, 'will.paginate@gmail.com'], ... ]
-- This class has two responsibilities:
Access the Windows Dwell Contacts API through Delegated Authentication
Import contacts from Windows Stay and deliver it inside of an Array