Re: Facebook chat for wodxmpp - WeOnlyDo Discussion board

Re: Facebook chat for wodxmpp (General questions)

by wodDamir, Friday, April 20, 2012, 10:06 (4397 days ago) @ lwc5202

Hi David,

Yes, you can. Simply set Authentication property to Digest. Also, make sure that you provide chat.facebook.com to Connect method as parameter.

One more thing. You need to provide username (from Account Settings) as Login, not the usual login name that is provided when logging into facebook.

I.e:

wodXMPP1.Login = your_username ;
wodXMPP1.Password = your_password ;
wodXMPP1.Authentication = WODXMPPCOMLib.AuthenticationsEnum.AuthDigest;
wodXMPP1.Connect( chat.facebook.com );

Hope this helps.

Regards,
Damba


Complete thread: