Questions tagged [windows-live]

Windows Live was the brand name for a set of services and software products from Microsoft; part of their software plus services platform.

Windows Live was the brand name for a set of services and software products from Microsoft; part of their software plus services platform. In April 2013, the website was closed down. A majority of these services are Web applications, accessible from a browser, but there are also client-side binary applications that require installation. There are three ways in which Windows Live services are offered: Windows Essentials applications, web services, and mobile services.

107 questions
0
votes
1 answer

Import contacts from Windowlive/Hotmail from asp.net

I want to import contacts from window live/hotmail in my asp.net(c#) application. If someone has idea, please guide me to do this. Thanks, Munish
munish
  • 1
  • 2
0
votes
1 answer

Is there a windows live php sdk?

Hi I have been looking for a php sdk for windows live but could not find one. I found only an asp.net sdk, is there a php sdk for this service? and where can I find it?
khr2003
  • 1,055
  • 4
  • 12
  • 21
0
votes
1 answer

Integrating the Office 365 and/or Windows Live credentials in to our website like FB and Twitter

I have a requirements like this, Integrating the Office 365 logins or Windows Live logins in to our website, means like Facebook and Twitter I will show one button on login page, onclick of that button user needs to redirect to Office 365 login page…
0
votes
1 answer

How do I abort when value is present in iMacro?

I have been searching far and wide throughout google to no avail. I am really hungry for some wisdom and guidance as I am new to this! :) MY IMACRO CODE SET !ERRORIGNORE YES URL GOTO=https: (URL LINK GOES HERE) TAG POS=1 TYPE=* ATTR=TXT:1NEW…
CApyn
  • 1
0
votes
1 answer

Get contact's phone numbers from Windows Live

I am trying to import contacts from Windows Live using Javascript this is my code: WL.init({ client_id: "CLIENT_ID", redirect_uri: "https://redirect_uri.php", scope: [ "wl.signin", "wl.basic", "wl.contacts_emails",…
ecorvo
  • 3,559
  • 4
  • 24
  • 35
0
votes
1 answer

LiveDataContext.SignIn

Am I correct in understanding that the Method LiveDataContext.SignIn can only be used in Windows Applications? Reference: http://msdn.microsoft.com/en-us/library/ff747817.aspx I tried to implement it in ASP.NET but get an error that I cannot use…
Nicholas
  • 91
  • 1
  • 4
0
votes
1 answer

Sending Email from .NET using windows live smtp

I have configured smtp settings in web.config and I was able to successfully send email when working on my local machine. But when I uploaded the code on the server, its giving me following exception Mailbox unavailable. The server response was:…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
2 answers

Windows Live Web Authentication on Google App Engine (GAE) using Python

I'm struggling to get Windows Live Web Authentication running on Google App Engine (GAE) using Python, as I'm quite new to the language. However there are lots of examples for Facebook and Twitter, I was wondering if anyone had come up with a…
Andrew Gee
  • 338
  • 1
  • 12
0
votes
1 answer

Windows Live Contact API The requested url was not found on this server?

I am trying to get my hotmail contacts from the Windows Live Contacts API. I followed a tutorial and downloaded the php and html code. Eventhough it should work and it gives me a key back, It wont show anything. When I try to get the contacts it…
Mike Lammers
  • 542
  • 9
  • 27
0
votes
1 answer

Windows Live invalid redirect_url (Rails)

I am trying to connect to Windows Live using oauth and I am getting an error "The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the…
Jacob
  • 11
  • 3
0
votes
1 answer

Is there a direct URL to subscribe to an ICS url on Windows Live calendar?

I'm looking for an URL similar to Google Calendar's http://www.google.com/calendar/render?cid=ICS_URL for Windows Live. The url links to the calendar web app and shows a popup whether the user wants to subscribe to the external ICS. I would like to…
gleerman
  • 1,793
  • 4
  • 24
  • 38
0
votes
1 answer

Using RestEasy with Windows Live Service, how do you unmarshall the list of Contacts returned?

I'm trying to get my contacts from Windows Live using RestEasy After succesfully authenticating my user, I've made the call to https://livecontacts.services.live.com/users/@L@/rest/livecontacts Set the authentication header, added my id and my…
0
votes
1 answer

Signin with Micsrosoft Account without requesting consent to access the Contact information

I'm using ASP.Net MVC 5 and would like to allow my users to use Microsoft Accounts for signing. The default setup to use Microsoft Account will ask permission from the end user to access the contact list in addition to the profile. Is it possible…
cellik
  • 2,116
  • 2
  • 19
  • 29
0
votes
1 answer

Windows Live JavaScript SDK authentication/login (OAuth) handling trouble

I'm currently looking at the Microsoft Live JavaScript SDK (OneDrive mostly) and I'm having some problems with the OAuth login process. I am using the examples found on MSDN pages to log-in/authenticate but there is something weird going…
andersevenrud
  • 419
  • 4
  • 11
0
votes
0 answers

Create a meeting using Windows Live REST API

I'm trying to create a meeting on Outlook.com using the Windows Live REST API (for Windows Phone 8). I'm able to create a calendar entry with all the basic fields of event object (http://msdn.microsoft.com/en-us/library/hh243648.aspx#event), but I…
mammut
  • 1
  • 1