Questions tagged [yahoo-messenger]

Yahoo! Messenger (sometimes abbreviated YIM or YM) is an advertisement-supported instant messaging client and associated protocol provided by Yahoo!.

58 questions
12
votes
7 answers

Simple chat bot projects

What I want to do is build a simple bot which sends me a set of information stored in database to my messanger chat window [Chatting services are gTalk, Yahoo and other commonly used chating products] Also, it should be capable of accepting few…
7
votes
5 answers

HttpWebRequest, How to Send POST Data with Application/JSON Content-Type?

HttpWebRequest request = (HttpWebRequest) HttpWebRequest.Create(url); request.Method = "POST"; request.ContentType = "application/x-www-form-urlencoded; charset=utf-8"; POST data was send (I check using Fiddler) returned from Yahoo…
F8R
  • 115
  • 1
  • 3
  • 8
7
votes
6 answers

Yahoo invisible

Some friends with the help of various sites check and know when i'm invisible on yahoo messenger and keep bragging about this. Being curious about this I've tested lots of sites that check if a user is invisible on yahoo messenger and all of…
daniels
  • 17,016
  • 27
  • 95
  • 161
4
votes
1 answer

Sending Messages to Yahoo IM using PHP

I am trying to connect to an Yahoo Messenger account and send PMs using PHP or CURL. I downloaded the below class from phpclasses.org which connects to eBuddy Web Messenger(http://www.ebuddy.com/) to send messages to the desired IM The original code…
Sumit Ghosh
  • 3,124
  • 4
  • 37
  • 58
3
votes
1 answer

integrate yahoo messenger with android app

i surfed net to find some code snippet or some help to integrate yahoo messenger in android application. i could not find some thing helpful. Please Help me by providing some link, tutorial or code sample so that i could integrate the yahoo…
Aijaz
  • 61
  • 5
2
votes
2 answers

Any yahoo messenger lib for python?

Is there any lib available to connect to yahoo messenger using either the standard protocol or the http way from python?
daniels
  • 17,016
  • 27
  • 95
  • 161
2
votes
2 answers

How to track packets in Yahoo messenger!

I am trying to understand the header/protocol format of yahoo messenger. I see limited documentation for yahoo messenger when I googled. So I wondered if there is any tool to help me out to trace the packets? It would be nice. Or is there any good…
kiddo
  • 1,486
  • 6
  • 28
  • 60
2
votes
2 answers

How do Yahoo! Messenger status detectors work?

How do services such as ydetector.com make the difference between invisible users and off-line users?
Tom
  • 6,301
  • 12
  • 52
  • 75
2
votes
0 answers

How can I create an intent in my app to send a message through Hangouts and Yahoo Messenger?

I am trying to create two separate buttons and separate intents to send a message through Hangouts and through Yahoo Messenger. Is there a way to open the chat window for a certain user if I know the user's id and email? I did this for Facebook…
grayFox16
  • 91
  • 1
  • 9
2
votes
2 answers

PHP Yahoo Messenger API - Can I get someones display image/avatar without adding to friends?

Because yahoo removed the "avatar.php" script for showing the user avatar/display image (http://img.msg.yahoo.com/avatar.php?yids=username) I need to make something similar. Can someone help me with guidelines? Or where to start? Or a script to show…
Michael
  • 103
  • 1
  • 8
1
vote
3 answers

Android Yahoo/MSN Chat Implementation

I am developing an Android application where it needs to integrate social chat like yahoo and msn. I have searched for the implementation of both yahoo and msn but nothing got succeeded yet. Can anybody kindly suggest any links or any tutorials…
Basil
  • 2,147
  • 2
  • 16
  • 25
1
vote
0 answers

Http response code 401 for YDN apis

I am trying to use Yahoo SDK for messenger, i am geting the part request code but i am not getting the authorization code. I am following the steps from this site http://developer.yahoo.com/messenger/guide/exchangepartforoauthcredentials.html code…
Kavitha
  • 451
  • 2
  • 7
  • 22
1
vote
0 answers

Openfire3.6.3 unable to connect to yahoo gateways

I am newbie as far as openfire is concerned. I want every user whether its on gtalk, yahoo, MSN to contact to my server but right now only gtalk users are able to connect and see presence connected. but yahoo users are able to add me as buddy but…
sushil singh
1
vote
4 answers

Convertion of DateTimeFormat in java!

I just need a small help regarding the DateTime format in java.I am writing a simple chat application based on yahoo messanger,in which I will read the packet of yahoo messanger and display the chat messages.Now I want to display the time from the…
kiddo
  • 1,486
  • 6
  • 28
  • 60
1
vote
1 answer

Do you know what video codec is used for messengers?

I'd like to know the video codec used for MSN, yahoo, QQ or any other XMPP messengers. Thanks for help.
Sangjin Yun
  • 301
  • 1
  • 7
1
2 3 4