| android Programming Glossary: saslxfacebookplatformmechanismHow to create XMPP chat client for facebook? http://stackoverflow.com/questions/11045241/how-to-create-xmpp-chat-client-for-facebook  X FACEBOOK PLATFORM  SASLXFacebookPlatformMechanism.class SASLAuthentication.supportSASLMechanism X FACEBOOK PLATFORM..   Received message is message.getBody     and this class SASLXFacebookPlatformMechanism How can i login like this xmpp.login apiKey sessionKey sessionSecret.. 
 XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM http://stackoverflow.com/questions/5317329/xmpp-with-java-asmack-library-supporting-x-facebook-platform  login not authorized. Here is the code I use public class SASLXFacebookPlatformMechanism extends SASLMechanism private static final String NAME  X FACEBOOK.. private String sessionKey  Constructor. public SASLXFacebookPlatformMechanism SASLAuthentication saslAuthentication  super saslAuthentication.. is necessary to use the no.good.at.coding mechanism. SASLXFacebookPlatformMechanism.java import java.io.IOException import java.io.UnsupportedEncodingException.. 
 Problems with connecting to Facebook XMMP MD5-DIGEST http://stackoverflow.com/questions/8532328/problems-with-connecting-to-facebook-xmmp-md5-digest  is necessary to use the no.good.at.coding mechanism. SASLXFacebookPlatformMechanism.java import java.io.IOException import java.io.UnsupportedEncodingException.. import org.jivesoftware.smack.util.Base64 public class SASLXFacebookPlatformMechanism extends SASLMechanism private static final String NAME  X FACEBOOK..  private String sessionKey   Constructor.  public SASLXFacebookPlatformMechanism SASLAuthentication saslAuthentication  super saslAuthentication.. 
 How to create XMPP chat client for facebook? http://stackoverflow.com/questions/11045241/how-to-create-xmpp-chat-client-for-facebook  true m_connection new XMPPConnection config try SASLAuthentication.registerSASLMechanism X FACEBOOK PLATFORM  SASLXFacebookPlatformMechanism.class SASLAuthentication.supportSASLMechanism X FACEBOOK PLATFORM 0 m_connection.connect  m_connection.login apiKey sessionKey.. message   message null message.getBody NULL  Log.i CHAT USER   Received message is message.getBody     and this class SASLXFacebookPlatformMechanism How can i login like this xmpp.login apiKey sessionKey sessionSecret Application i know how to get acessToken Application.. 
 XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM http://stackoverflow.com/questions/5317329/xmpp-with-java-asmack-library-supporting-x-facebook-platform  library. All works fine except I receive as response to the login not authorized. Here is the code I use public class SASLXFacebookPlatformMechanism extends SASLMechanism private static final String NAME  X FACEBOOK PLATFORM private String apiKey  private String applicationSecret.. PLATFORM private String apiKey  private String applicationSecret private String sessionKey  Constructor. public SASLXFacebookPlatformMechanism SASLAuthentication saslAuthentication  super saslAuthentication @Override protected void authenticate throws IOException.. Asmack library the Smack port for Android . For the Smack library is necessary to use the no.good.at.coding mechanism. SASLXFacebookPlatformMechanism.java import java.io.IOException import java.io.UnsupportedEncodingException import java.net.URLEncoder import java.security.MessageDigest.. 
 Problems with connecting to Facebook XMMP MD5-DIGEST http://stackoverflow.com/questions/8532328/problems-with-connecting-to-facebook-xmmp-md5-digest  Asmack library the Smack port for Android . For the Smack library is necessary to use the no.good.at.coding mechanism. SASLXFacebookPlatformMechanism.java import java.io.IOException import java.io.UnsupportedEncodingException import java.net.URLEncoder import java.security.MessageDigest.. import org.jivesoftware.smack.sasl.SASLMechanism import org.jivesoftware.smack.util.Base64 public class SASLXFacebookPlatformMechanism extends SASLMechanism private static final String NAME  X FACEBOOK PLATFORM private String apiKey  private String applicationSecret.. PLATFORM private String apiKey  private String applicationSecret  private String sessionKey   Constructor.  public SASLXFacebookPlatformMechanism SASLAuthentication saslAuthentication  super saslAuthentication  @Override protected void authenticate throws IOException.. 
 |