Re: Facebook chat for wodxmpp - WeOnlyDo Discussion board

Re: Facebook chat for wodxmpp (General questions)

by lwc5202, Friday, April 20, 2012, 11:36 (4398 days ago) @ David Chiang

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


Complete thread: