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
0
votes
1 answer

Login using google, yahoo, msn: SocialAuth-net problem

I am using social auth-net for integration google, yahoo & msn login in asp.net 4. I am using this link for development. On integrating there are some errors with each of the services: Google login works fine but redirects me to the homepage…
Jayesh
  • 1,511
  • 1
  • 16
  • 37
0
votes
1 answer

Is there some kind of API for MSN protocol (for using in C# asp.net application)?

i was wandering, is there some kind of .NET API for MSN protocol, so I can make chat application which uses Windows Live Messenger data and servers. If not than I will use .Net Sockets, TCP + UDP, but this is not very easy task, time consuming, and…
Zoran
  • 1
0
votes
2 answers

What technology/language is needed to put together an Instant messenger - integrated notifier?

My team and I are struggling to put together a notification software to incorporate onto our site, so that users who have added our bot on their IM client (eg. MSN, AIM, Yahoo Messenger) would be able to get alerted when something relevant is…
Donny
  • 3
  • 1
0
votes
1 answer

MSN Bot, where to begin?

I want to create an MSN bot that basically monitors my incoming MSN, when one of my contacts issues a command I want to run some code and send back a text reply. The example command format would be !command Basically I want to use MSN…
JL.
  • 78,954
  • 126
  • 311
  • 459
0
votes
2 answers

How would i make AIM/MSN connectivity in the PHP

How do I make robot connect AIM/MSN and stay connected, and respond to a message with a PHP function ? I can't seem to find even an AIM function that would work or isn't from 2001
jmoon
  • 606
  • 3
  • 7
  • 18
0
votes
1 answer

Change MSN chat status icon

I'm using this tip to integrate MSN Messenger to my Website: http://en.kioskea.net/faq/3987-integrate-msn-chat-on-your-website-or-blog It shows an icon with the current MSN status (online, away and so on). I want to change these images. Is it…
thom
  • 1
  • 1
0
votes
1 answer

MSN Bot written in Ruby

I would like to program an MSN bot in Ruby and I have found a few libraries that do it for you. What I would like to do is to write an MSN bot ground up. I just want it to write a "Hello!" message to a user for starters. I have written an IRC bot…
Phil Baker
  • 27
  • 5
0
votes
2 answers

android: jml library for msn don't work on android 2.1?

I have managed to connect to msn through jml library on android by adding the getpropertyaction class in my project. On android 2.2 works just fine, I can login, get the contacts, send and receive messages and other.. On android 2.1 when I press…
Cata
  • 11,133
  • 11
  • 65
  • 86
0
votes
1 answer

MSN Explorer Premium without MSN Account

I have a bug on my site which only appears in MSN Explorer. The user agent indicates that it could be using IE7 rendering however, the bug cannot be replicated with IE7. So it must obviously be something to do with MSN Explorer. It's a simple…
David
  • 16,246
  • 34
  • 103
  • 162
0
votes
1 answer

How to control the msn messager's "personal message" displayed to others by python?

How to control the msn messager's "personal message" displayed to others by python? Want to share some private infomation remotely with this area.
ttyant
  • 1
  • 1
0
votes
1 answer

msn plus script read/write memory

I'm writing on a MSN Plus script, which is in fact javascript. For interop with Windows there is a class called Interop. With its static function Call one can call s specified function in a specified dll with up to 12 arguments. My goal is to write…
alex
  • 1,228
  • 1
  • 16
  • 38
0
votes
2 answers

programmatically log into Yahoo/MSN(Hotmail) using python Django code and get the contact list?

Is there a way to programmatically log into Yahoo!, providing email id and password as inputs, and fetch the user's contacts? I've achieved the same thing with Gmail, using BeautifulSoup.py Yahoo Address book API provides BBAuth, which requires the…
Shreeyansh Jain
  • 1,407
  • 15
  • 25
0
votes
0 answers

Error 0xC00CE508 while loading package file into an XML document

I have a corrupted ssis package with this error: Error: Error 0xC00CE508 while loading package file "H:\GBPL_NEW\Fact_Dimension_set_entries.caw" into an XML document. An invalid character was found in text content. Line 1, Column 3. The caw…
0
votes
1 answer

Is MSNP9 supported any more?

The snippet is from importMsnm.class.php,$data = $this->_get(); returns false on the 2nd time of loop, it worked before : VER 1 MSNP9 CVR0 VER 1 CVR0 CVR 1 0x0409 win 4.10 i386 MSNMSGR 7.0.0816 MSMSGS username@hotmail.com connection is…
wamp
  • 5,789
  • 17
  • 52
  • 82
0
votes
0 answers

How to get MSN contact list using JavaScript?

I'm trying to get the MSN contact list using JavaScript but it is not working. Any ideas? Here is my code: WL.init({ client_id: APP_CLIENT_ID, client_secret:CLIENT_SECRET, redirect_uri: REDIRECT_URL, scope: "wl.signin", …
Jaydip Satvara
  • 138
  • 1
  • 15