API 中使用的 Yahoo Messenger 服务器

Yahoo Messenger servers for use in API

我正在为 Yahoo IM 制作 C# 包装器 API。有时当我使用服务器 developer.messenger.yahoo.com 时,它会给我错误 (4xx or 5xx)。

在网上搜索了几个小时后,我找到了这个 link https://help.yahoo.com/kb/SLN1227.html。 link 包含有关 Yahoo Messenger Servers, Port and Protocols 的信息。

我想知道我可以使用这些服务器来替换 developer.messenger.yahooapis.com 服务器吗?

在您发布的 link 中,配置应该由 IM 客户端本身使用,而不是与 API.

一起使用

所以,他们可能不会工作。

在此 link 中出现不同的服务器:developer.messenger.yahooapis.com

请注意,4xx 错误表示请求格式错误(您这边的问题,请确保您的代码正确),而 5xx 错误表示服务器存在内部错误。