Questions tagged [windows-live-messenger]
30 questions
1
vote
0 answers
Can you send picture message using a Windows Live Messenger API/SDK?
Is there a way to send a picture message via a Windows Live SDK/API of some sort, to one of your messenger contacts?
I've been searching for about an hour, and seen mentions of some REST web services, and oAuth being the way to do it.
Could anybody…

Dan Harris
- 1,336
- 1
- 21
- 44
1
vote
4 answers
Track messages though Windows Live Messenger
I would like to track messages sent and received though Windows Live Messenger. I would then like to collate these messages into a database (not in the scope of this question).
The question is how and where should I track these messages. The…

FryHard
- 10,305
- 7
- 35
- 38
1
vote
1 answer
Windows Live Messenger API in cocoa?
If I want to make a Cocoa application that communicates with Windows Live Messenger, is there an API to do that, so I can make something like, for example, the eBuddy app?

icant
- 878
- 4
- 10
- 28
1
vote
1 answer
Programmatically set Windows Live Messenger Display Picture
How can I programmatically set Windows Live Messenger (currently using 8.5.1302.1018) display picture. Possible solutions can be in C++, .NET or VB. Even just a hint could be useful.

Jorge Ferreira
- 96,051
- 25
- 122
- 132
1
vote
1 answer
How can I link MSN call function on a website?
I want to create an icon to my website what can call me on MSN when it's clicked. I like something like this with Skype:
Click here to call me on Skype
Not necessary to do a call, chat window open is good too.
Is there…

netdjw
- 5,419
- 21
- 88
- 162
0
votes
1 answer
Can I use the Kinect Windows Live Messenger on a PC?
Can I use the Kinect Windows Live Messenger on a PC? I heard rumor that it worked and it would focus on the person talking.
If this is the wrong place to ask this which "StackExchange" should I use?

Jamey McElveen
- 18,135
- 25
- 89
- 129
0
votes
1 answer
Connection timeout for Windows Live Messenger using smack
I am trying to connect to Windows Live Messenger using Smack, using the sample code available at https://github.com/liveservices/LiveSDK. Unfortunately, using the exact same code gives me a connection timeout:
XMPPError connecting to…

Guillaume
- 2,912
- 3
- 35
- 59
0
votes
1 answer
XHTML compliant live messenger embedding
The following code can be embedded on a website to add windows live messenger functionality. Is there any way to make this XHTML 1.0 Translitional compliant?

bitbonk
- 48,890
- 37
- 186
- 278
0
votes
1 answer
Windows Messenger Connect Invitation API Html Formatted Body
Is there any way to send HTML formatted message body using Windows Messenger Connect Invitation API?
I've many tests but I can send only plain texted messages.
http://msdn.microsoft.com/en-us/library/gg430657.aspx

Cihan Yakar
- 2,402
- 28
- 30
0
votes
1 answer
Windows Live SDK Authorization
I'm working with Windows Live SDK from C# trying to invoke directly the rest service for getting my oAuth token, but instead I'm getting an 401 Error. Unauthorized.
I have my application registered as Desktop Application on…

Rotten
- 742
- 10
- 24
0
votes
2 answers
What language to use for developing the front-end part of a messenger?
I'm trying to develop a program like Windows Live Messenger for fun and personal use, using Node.js for the backend part of the messenger, and I've come up with two questions:
Is Node.js a good choice for backend?
Which language(s) should I use for…

Axel
- 3
- 2
0
votes
1 answer
setting windows live messenger nick and status message using win32com.client
is their any way to set windows live messenger using the win32com library ?

nashr rafeeg
- 779
- 3
- 12
- 31
0
votes
1 answer
LiveSDK XMPP android sample not working
I try to implement LiveSDK XMPP android sample for messenger service of Hotmail chat.
I got the authentication token, as shown in LogCat preview,
07-05 09:52:06.408: I/onPageFinished(21312): com.ms.wlm.WLMActivity$MyWebViewClient 319 Page -…

Dipali
- 374
- 2
- 5
- 22
0
votes
1 answer
Windows Live Messenger connection via Javascript
I have given up on solving this one on my own, and any help would be greatly appreciated.
My final goal is to implement WLM (windows live messenger) into my company's website. For the purpose I can use javascript and / or php, but I personally…

Faradi
- 3
- 2
-1
votes
1 answer
Connect to windows live messenger xmpp with php
How can i connect xmpp windows live messenger with php? I am using xmpphp and jaxl library and I connected with google talk sucsessfully.