Subject: x_FACEBOOK_PLATEFORM and agsxmpp
Hi,
How can i add sasl authentification x-facebook-platform to agsxmpp, i have version 1.1.0, so i tested this code:
help me please, i dont speak english, so sorry for my langage
How can i add sasl authentification x-facebook-platform to agsxmpp, i have version 1.1.0, so i tested this code:
- private void XmppCon_OnSaslStart(object sender, SaslEventArgs args)
- {
- args.Mechanism = agsXMPP.protocol.sasl.Mechanism.GetMechanismType(agsXMPP.protocol.sasl.MechanismType.X_FACEBOOK_PlATEFORM); // in this line i //have probleme
- args.ExtentedData = new FacebookExtendedData { AccessToken = "YOUR TOKEN", ApiKey = "YOUR API KEY" };
- }
help me please, i dont speak english, so sorry for my langage