如何通过 vb.net 中的 xmpp dll 连接 facebook?

Posted

技术标签:

【中文标题】如何通过 vb.net 中的 xmpp dll 连接 facebook?【英文标题】:how to connect facebook through xmpp dll in vb.net? 【发布时间】:2014-07-12 06:50:50 【问题描述】:

我尝试使用下面的代码通过 Agsxmpp.Dll 连接到 Facebook,但是当我连接到它时,它显示 OnAuthError 事件登录失败。我该如何解决?

ObjAgx = New XmppClientConnection
ObjAgx.Server = "chat.facebook.com"
ObjAgx.Username = txtusername.text
ObjAgx.Password = txtPassword.Text
ObjAgx.Port = 5222
ObjAgx.AutoResolveConnectServer = False

objAgx.open()

有什么方法可以使用 xmpp 连接到 Facebook 吗?

【问题讨论】:

【参考方案1】:

这是正确的代码:

ObjAgx = New XmppClientConnection
ObjAgx.Server = "chat.facebook.com"
ObjAgx.Username = txtusername.text
ObjAgx.Password = txtPassword.Text
ObjAgx.Port = 5222
ObjAgx.AutoResolveConnectServer = True
ObjAgx.UseSSL = False
ObjAgx.ConnectServer = "Facebookmail.com"
ObjAgx.open()

您必须关闭 ssl 才能连接到 facebook 并使用上面代码中看到的连接服务器。

注意:需要 AutoResolveConnectServer,这很重要。

快乐编码^^

【讨论】:

以上是关于如何通过 vb.net 中的 xmpp dll 连接 facebook?的主要内容,如果未能解决你的问题,请参考以下文章

VB.NET中的常用方法

vb.net如何动态调用WebService接口啊

vb.net引用Dll的问题

vb.net中的C ++ DLL Wrapper传递字节数组的字节数组?

用C语言如何写DLL动态链接库?VB.net 又如何调用其生成的DLL库?急急急!!!!在线等!!

如何使用 VB.Net 自动化 Microfocus Rumba