我尝试使用下面的代码通过 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?