Reputation: 646
I'm making a C# Wrapper for Yahoo IM API. Sometimes when I'm using the server developer.messenger.yahoo.com
, it gave me errors (4xx or 5xx
).
After hours searching on the web, I found this link https://help.yahoo.com/kb/SLN1227.html
. The link contains information about Yahoo Messenger Servers, Port and Protocols
.
I want to know can I use these servers to replace developer.messenger.yahooapis.com
server?
Upvotes: 3
Views: 137
Reputation: 49
In this link appear a different server: developer.messenger.yahooapis.com
Be aware that 4xx errors means that the request was malformed (problem in your side, be sure your code it´s correct) while 5xx errors means that there is a internal error in the server.
Upvotes: 1
Reputation: 3532
In the link you've posted, the configurations are supposed to be used by the IM client itself, not to use with the API.
So, probably they'll NOT work.
Upvotes: 1