Re: Facebook chat for wodxmpp (General questions)
Hello Damba,
I've try the code but no luck. I also put the debug file. It seems it faild to authorize.
Network Error: 30010
<failure xmlns= urn:ietf:arams:xml:ns:xmpp-sasl ><not-authorized/></failure>I use Display name as login name and also try the my email. Please tell me where I missed?
The following is my code:
wodXMPP.Authentication = WODXMPPCOMLib.AuthenticationsEnum.AuthDigest;
wodXMPP.Login = Username;
wodXMPP.Password = Password;
wodXMPP.LicenseKey = LicenseKey;
wodXMPP.Connect( chat.facebook.com );Thanks
David Chiang
Update, I also set up the username in facebook accunt setting still not working. [:doh:]