Questions tagged [msn]

MSN (originally The Microsoft Network; stylized as msn) is an Internet service provider and Internet portal which provides basically a collection of Internet sites and services such as instant messaging services like MSN Messenger

MSN stands for Microsoft Network, stylized as msn is a collection of Internet sites and services provided by Microsoft. The Microsoft Network debuted as an online service and Internet service provider.

Services offered by MSN

  • Windows Live
  • Hotmail now replaced with Outlook
  • Skype
  • My MSN
  • Bing

Tag usage:

The tag can be used for programming related problems in accessing msn web services. Please avoid theoretical questions related to msn services.

Read more:

88 questions
11
votes
5 answers

MSN weather API list of conditions?

Microsoft has a weather API very similar to Google's (which now appears to be completely dead). I've converted one of my applications over to their feed, but I've been unable to find a list of all possible weather conditions. This is documented…
Donavon Yelton
  • 1,197
  • 3
  • 14
  • 23
6
votes
4 answers

Is MSN an OpenID provider?

Is MSN an OpenID provider? If so, do you know what the URLs look like? I'm trying to add MSN to the list of providers with special buttons I already have for logging in to a web sit.
pupeno
  • 256,034
  • 114
  • 324
  • 541
5
votes
2 answers

Problem running twisted.words example using msn protocol

I am currently trying to use the Twisted library specifically twisted words to try and interat with MSN. However when i run the sample script provided by twisted , i get an error. Specifically the error is found here…
user95922
  • 51
  • 1
4
votes
2 answers

link between .net and msn messenger

Hey All, I have a windows form application that has a textbox for input value and a button... On the first step : on button click..i will hit the db and add the input value on the total value... On the second step : I will get this total value and…
Grace
  • 1,227
  • 20
  • 46
4
votes
1 answer

MSN 'Now Playing' in my own application?

So my scenario is: I want my application to be able to read 'Now Playing' information from other applications that send to the MSN 'Now Playing' status. From what I understand, these applications check for a specific handle MsnMsgrUIManager, and if…
Sakuya
  • 640
  • 5
  • 20
4
votes
1 answer

Access MSN mail account in application

I would like to access MSN account access in application. How to do this. Please suggest, Can i get the web services from MSN ?
Tiger
  • 312
  • 1
  • 3
  • 12
3
votes
1 answer

Auto accepting contacts using phpmsnclass

I'm currently using phpmsnclass to send messages to contacts on the MSN network. But to get the nickname on my "bot" to work I have to accept the "friend-request" my contacts has sent me. From the debuginfo I have found that around line 1672 in the…
ThoKra
  • 2,711
  • 1
  • 25
  • 37
3
votes
2 answers

Help me understand this traceback from the twisted.words msn sample

I'm running the twisted.words msn protocol example from the twisted documentation located here: http://twistedmatrix.com/projects/words/documentation/examples/msn_example.py I am aware there is another question about this sample .py on…
Ryan
  • 10,333
  • 16
  • 33
  • 37
3
votes
4 answers

PHP pfsockopen in a session

I'm making an MSN client in PHP. I have this code, which connects to a server and logs in to MSN: $server2 = explode(":", $xfr[3]); $socket2 = pfsockopen($server2[0], (int)$server2[1]); $_SESSION["socket"] = $socket; echo 'Connected to 2nd…
user142019
2
votes
1 answer

which msn java library is better?

I want to use a java library instead of msn client to communicate with server. But which msn library is more easy to handle and more support documents? It is important such library can reconnect server if some reasons such as network is broken make…
SuoNayi
  • 41
  • 5
2
votes
7 answers

Is it possible to programmatically talk to MSN messenger / Live messenger?

I've been researching how to interact with the MSN messenger / Live messenger service programmatically and I can't find any real documentation on this. The documentation for the Live services only seem to implement in Javascript (they're here:…
Ceilingfish
  • 5,131
  • 3
  • 41
  • 68
2
votes
3 answers

MSN with Python

I have plans to create a simple bot for a game I run and have it sit on MSN and answer queries. I want to use Python to do this and googled around and found MSNP. I thought "great" and "how awesome" but it appears that it's about 5 years old and…
Teifion
  • 98,441
  • 75
  • 152
  • 192
2
votes
1 answer

How to send messages from Windows Live Messenger to MS Lync users?

Is there a way to send message from Windows Live Messenger to MS Lync users? Change some settings or something else?
Radnev
  • 81
  • 1
  • 5
2
votes
3 answers

Capturing MSN Chat via Memory

Is it possible, or does anyone know the best way to capture MSN chats? I was thinking about attaching to the MSN process, and messing about searching for static addresses for conversations, to capture them. (This is all on the windows platform…
Mike Curry
  • 229
  • 1
  • 5
  • 9
2
votes
1 answer

Cocoa or C/C++ msn library?

I looked for this on the internet but could not find anything. Is there any MSN framework or library? I would like to use it for a Cocoa project.
Donovan
  • 5,756
  • 5
  • 35
  • 55
1
2 3 4 5 6