Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
meriemilis #1
Member since Apr 2013 · 1 post
Group memberships: Members
Show profile · Link to this post
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:

  1. xcc.OnSaslStart += new agsXMPP.sasl.SaslEventHandler(xmppCon_OnSaslStart);
  2. private void XmppCon_OnSaslStart(object sender, SaslEventArgs args)
  3. {
  4.     args.Mechanism = agsXMPP.protocol.sasl.Mechanism.GetMechanismType(agsXMPP.protocol.sasl.MechanismType.X_FACEBOOK_PlATEFORM); // in this line i //have probleme
  5.     args.ExtentedData = new FacebookExtendedData { AccessToken = "YOUR TOKEN", ApiKey = "YOUR API KEY" };
  6. }

help me please, i dont speak english, so sorry for my langage
This post was edited on 2013-04-28, 20:00 by Alex.
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
you have to checkout the latest sources from SVN which include the X-FACEBOOK-PLATFORM authentication.
Read also this thread: http://forum.ag-software.net/thread/1446-Connecting-to-Fac…
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS